Never use "make" in makefiles. Only $(MAKE).
This commit is contained in:
@@ -24,4 +24,4 @@ runtst:
|
||||
cd testing && $(MAKE) run
|
||||
|
||||
example: all
|
||||
cd examples && make all
|
||||
cd examples && $(MAKE) all
|
||||
|
||||
Reference in New Issue
Block a user