summaryrefslogtreecommitdiff
path: root/src/driclient/src/Makefile
diff options
context:
space:
mode:
authorYounes Manton <younes.m@gmail.com>2008-09-08 21:05:49 -0400
committerYounes Manton <younes.m@gmail.com>2008-09-12 12:33:52 -0400
commit6b50fd27b85bc0d060ead13e6c656dd64c9a2978 (patch)
tree2b374470e4c97cb30051c6b3ad1d6cf50293695f /src/driclient/src/Makefile
parent81335d0f1760fe172a106f79e81281c1f0d7dedf (diff)
g3dvl: Clean up Makefile deps.
Diffstat (limited to 'src/driclient/src/Makefile')
-rw-r--r--src/driclient/src/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/driclient/src/Makefile b/src/driclient/src/Makefile
index 5d913ad5fa..34435a2086 100644
--- a/src/driclient/src/Makefile
+++ b/src/driclient/src/Makefile
@@ -8,16 +8,12 @@ CFLAGS += -g -Wall -fPIC -I../include -I${DRMDIR}/include -I${DRMDIR}/include/d
.PHONY = all clean
-all: ${TARGET} test
+all: ${TARGET}
${TARGET}: ${OBJECTS}
ar rcs $@ $^
if ! test -d ../lib; then mkdir ../lib; fi
cp ${TARGET} ../lib
-test: test.o
- $(CC) -L../lib -L${DRMDIR}/lib ${LDFLAGS} -o $@ $^ -ldriclient -lX11 -lXext -ldrm
-
clean:
- rm -rf ${OBJECTS} ${TARGET} ../lib/${TARGET} test test.o
-
+ rm -rf ${OBJECTS} ${TARGET} ../lib/${TARGET}