Split out endpoint and pipe stream functions into new EndpointStream.c/.h and PipeStr...
[pub/USBasp.git] / Demos / DualRole / makefile
index 51caef7..2e863bb 100644 (file)
@@ -13,5 +13,7 @@
 # custom LUFA library build options are reflected in the compiled
 # code.
 
+all:
+
 %:
-       make -C ClassDriver/ $@
+       $(MAKE) -C ClassDriver/ $@