Fixed client makefile for clean
authorJohn Hodge <[email protected]>
Tue, 30 Aug 2011 15:14:49 +0000 (23:14 +0800)
committerJohn Hodge <[email protected]>
Tue, 30 Aug 2011 15:14:49 +0000 (23:14 +0800)
src/client/Makefile

index 748819d..e490549 100644 (file)
@@ -13,7 +13,7 @@ DEPFILES := $(OBJ:%.o=%.d)
 all: $(BIN)
 
 clean:
-       $(RM) $(BIN) $(OBJ)
+       $(RM) $(BIN) $(OBJ) $(DEPFILES)
 
 $(BIN): $(OBJ)
        $(CC) -o $(BIN) $(OBJ) $(LDFLAGS)

UCC git Repository :: git.ucc.asn.au