aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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