From 5d58503d4e36091d5fca0edbca6be5a71d883044 Mon Sep 17 00:00:00 2001 From: Nathan Lasseter Date: Thu, 24 Oct 2013 22:38:45 +0100 Subject: Some errors and rooted properly --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3