X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/8ecdc2b1441417bf97661a3d3edd17a5afd707bf..8301dc553ed9d4e2072001ed56553dba57db038c:/Projects/makefile diff --git a/Projects/makefile b/Projects/makefile index 27a18c137..578e5217a 100644 --- a/Projects/makefile +++ b/Projects/makefile @@ -14,8 +14,8 @@ # code. all: - make -C AVRISP clean - make -C AVRISP all + make -C AVRISP-MKII clean + make -C AVRISP-MKII all make -C Benito clean make -C Benito all @@ -36,7 +36,7 @@ all: make -C XPLAINBridge all %: - make -C AVRISP $@ + make -C AVRISP-MKII $@ make -C Benito $@ make -C LEDNotifier $@ make -C Magstripe $@