This commit is contained in:
rusefillc 2021-04-16 00:40:00 -04:00
parent 398b512eb4
commit bd1e4f800a
1 changed files with 7 additions and 0 deletions

View File

@ -86,3 +86,10 @@ clean:
@echo Cleaning
-rm -fR .dep $(BUILDDIR)
@echo Done
#
# Include the dependency files, should be the last of the makefile
#
-include $(shell mkdir .dep 2>/dev/null) $(wildcard .dep/*)
# *** EOF ***