Use a bitmask instead of an array of bools in the SDP UUID List matching algorithm...
[pub/USBasp.git] / Demos / Device / makefile
index 937c8fa..3ef7809 100644 (file)
@@ -1,6 +1,6 @@
 #
 #             LUFA Library
-#     Copyright (C) Dean Camera, 2009.
+#     Copyright (C) Dean Camera, 2010.
 #              
 #  dean [at] fourwalledcubicle [dot] com
 #      www.fourwalledcubicle.com
@@ -14,5 +14,5 @@
 # code.
 
 %:
-       make -C ClassDriver/ $@
-       make -C LowLevel/ $@
+       $(MAKE) -C ClassDriver $@
+       $(MAKE) -C LowLevel $@