Fix nasty bug in USBInterrupt.c which would cause a lockup if the control endpoint...
[pub/USBasp.git] / Demos / DualRole / makefile
index 51caef7..f2ba1a8 100644 (file)
@@ -14,4 +14,4 @@
 # code.
 
 %:
-       make -C ClassDriver/ $@
+       $(MAKE) -C ClassDriver/ $@