X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/f896c00c48f04fb9273555ab8d9b1af99f865d25..a459f10b0c1a3e02f160ff3a1a2a0b45ae5b69a7:/Projects/makefile diff --git a/Projects/makefile b/Projects/makefile index 2212bcb48..3b6907ae6 100644 --- a/Projects/makefile +++ b/Projects/makefile @@ -14,6 +14,9 @@ # code. all: + make -C Benito clean + make -C Benito all + make -C Magstripe clean make -C Magstripe all @@ -21,5 +24,6 @@ all: make -C MissileLauncher all %: + make -C Benito $@ make -C Magstripe $@ - make -C MissleLauncher $@ + make -C MissileLauncher $@