Oops - with new changes to the way the device Configuration Descriptor is retrieved...
[pub/USBasp.git] / Projects / makefile
index efff490..81bf714 100644 (file)
 # code.
 
 all:
+       make -C AVRISP clean
+       make -C AVRISP all
+
+       make -C Benito clean
+       make -C Benito all
+
        make -C Magstripe clean
        make -C Magstripe all
 
@@ -21,5 +27,7 @@ all:
        make -C MissileLauncher all
 
 %:
+       make -C AVRISP $@
+       make -C Benito $@
        make -C Magstripe $@
        make -C MissileLauncher $@