diff --git a/src/Makefile b/src/Makefile index df423929..123ef1d8 100644 --- a/src/Makefile +++ b/src/Makefile @@ -139,7 +139,7 @@ tags: ctags -R clean: - rm -f .*.o .*.d + rm -f $(objects) $(deps) dist: @if ! [ -d ../.git ]; then echo "make dist can only run from a git repo"; false; fi