Use auto-generated dependency files and clean them
This commit is contained in:
parent
1801bd7fae
commit
8ad733d5ea
1 changed files with 3 additions and 1 deletions
|
@ -24,4 +24,6 @@ test-base64: $(BASE64_OBJS)
|
|||
|
||||
clean:
|
||||
$(MAKE) -C ../src clean
|
||||
rm -f $(TESTS) *~ *.o
|
||||
rm -f $(TESTS) *~ *.o *.d
|
||||
|
||||
-include $(OBJS:%.o=%.d)
|
||||
|
|
Loading…
Reference in a new issue