X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/f896c00c48f04fb9273555ab8d9b1af99f865d25..f9f1bcc25c17b031029200cd9648d76d4ee39dc4:/Projects/makefile 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 $@