X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/f896c00c48f04fb9273555ab8d9b1af99f865d25..31d8ebebc0796873f7c70db80a04acdcbb307ed8:/Projects/makefile?ds=inline diff --git a/Projects/makefile b/Projects/makefile index 2212bcb48..81bf714b2 100644 --- a/Projects/makefile +++ b/Projects/makefile @@ -14,6 +14,12 @@ # 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 MissleLauncher $@ + make -C MissileLauncher $@