Merge remote-tracking branch 'lenormf/fix-makefile'

This commit is contained in:
Maxime Coste 2020-02-16 10:40:45 +11:00
commit 16e814d99e

View File

@ -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