X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/ecd82778cf9a53e34f13d9ce6dcd7e1a4cf76b70..21cc9c9e19ce6bd757410cc6da29b5dc2ee8041c:/Projects/makefile diff --git a/Projects/makefile b/Projects/makefile index 81bf714b2..d6ce5eaf7 100644 --- a/Projects/makefile +++ b/Projects/makefile @@ -26,8 +26,12 @@ all: make -C MissileLauncher clean make -C MissileLauncher all + make -C USBtoSerial clean + make -C USBtoSerial all + %: make -C AVRISP $@ make -C Benito $@ make -C Magstripe $@ make -C MissileLauncher $@ + make -C USBtoSerial $@