X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/7e397056b12b16fbb9a65f37a2e1aa75174c9fe8..HEAD:/Makefile diff --git a/Makefile b/Makefile index 64bb08741..a7c9e6420 100644 --- a/Makefile +++ b/Makefile @@ -18,8 +18,12 @@ all: $(MAKE) F_CPU=12000000 DEVICE=atmega8 do_firmware $(MAKE) F_CPU=16000000 DEVICE=atmega8 do_firmware $(MAKE) F_CPU=12000000 DEVICE=atmega88 do_firmware + $(MAKE) F_CPU=12000000 DEVICE=atmega168p do_firmware + $(MAKE) F_CPU=16000000 DEVICE=atmega168p do_firmware + $(MAKE) F_CPU=18000000 DEVICE=atmega168p do_firmware $(MAKE) F_CPU=12000000 DEVICE=atmega328p do_firmware $(MAKE) F_CPU=16000000 DEVICE=atmega328p do_firmware + $(MAKE) F_CPU=18000000 DEVICE=atmega328p do_firmware help: @echo "Usage:"