aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNathan Lasseter <nathan@4574.co.uk>2013-10-24 22:38:45 +0100
committerNathan Lasseter <nathan@4574.co.uk>2013-10-24 22:38:45 +0100
commit5d58503d4e36091d5fca0edbca6be5a71d883044 (patch)
treef2667d41d5b7753f3c357454a42f1feab25f163d /Makefile
parentf3ee7526e1f04ccee1f1a4d3a775e2ce75169926 (diff)
Some errors and rooted properlyHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7bca880..dbca524 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
TARGET=servd
-PREQS=server.o serverutils.o context.o
+PREQS=server.o context.o
all: ${TARGET}
@@ -8,3 +8,8 @@ ${TARGET}: ${PREQS}
%.o: %.d
dmd -c $<
+
+.PHONY: clean
+
+clean:
+ rm *.o servd