Never use "make" in makefiles. Only $(MAKE).

This commit is contained in:
François Bissey
2016-12-15 11:38:23 +13:00
parent db3efb2e14
commit c732f1a066
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -24,4 +24,4 @@ runtst:
cd testing && $(MAKE) run
example: all
cd examples && make all
cd examples && $(MAKE) all