X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=src%2Fclient%2FMakefile;h=e4905490c65c7418bb2d560050faf98f74b686c8;hb=adaae4129acdd981ea7c2ae386d0ac41a93a4b7a;hp=748819d67966a73231882f500b423809563eaf39;hpb=135e5ad4cc018ec05d1118e4d40be5c51db3f293;p=tpg%2Fopendispense2.git diff --git a/src/client/Makefile b/src/client/Makefile index 748819d..e490549 100644 --- a/src/client/Makefile +++ b/src/client/Makefile @@ -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)