Fixed client makefile for clean
[tpg/opendispense2.git] / 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