Change over instances of "make" in the makefiles to "$(MAKE)" to allow for the make...
[pub/USBasp.git] / Demos / DualRole / makefile
index 51caef7..f2ba1a8 100644 (file)
@@ -14,4 +14,4 @@
 # code.
 
 %:
-       make -C ClassDriver/ $@
+       $(MAKE) -C ClassDriver/ $@