Fix nasty bug in USBInterrupt.c which would cause a lockup if the control endpoint...
[pub/USBasp.git] / Demos / Device / makefile
index 6a0c0ef..3ef7809 100644 (file)
@@ -14,5 +14,5 @@
 # code.
 
 %:
 # code.
 
 %:
-       make -C ClassDriver/ $@
-       make -C LowLevel/ $@
+       $(MAKE) -C ClassDriver $@
+       $(MAKE) -C LowLevel $@