Browse Source

Build: make clean - delete .d files too

main
heck 2 years ago
parent
commit
bbdfd42ac2
  1. 2
      src/Makefile
  2. 2
      test/Makefile

2
src/Makefile

@ -27,6 +27,6 @@ clean:
$(OBJS) \ $(OBJS) \
$(EXE) \ $(EXE) \
$(LIB) \ $(LIB) \
$(DEPS) \ *.d \
*.dSYM \ *.dSYM \
*.h.gch *.h.gch

2
test/Makefile

@ -26,6 +26,6 @@ clean:
rm -rf \ rm -rf \
$(OBJS) \ $(OBJS) \
$(EXE) \ $(EXE) \
$(DEPS) \ *.d \
*.dSYM \ *.dSYM \
*.h.gch *.h.gch
Loading…
Cancel
Save