X-Git-Url: http://git.kpe.io/?p=avr_serial_lcd.git;a=blobdiff_plain;f=Makefile;h=bbbb7ef6fd53b4aadecc0389f29baea6afe3f3c8;hp=688d777152fb66c000d46380bbdaa0ec2a604d35;hb=8147823cf64e37f6f43838ffa9e056ea48e30c32;hpb=debfa9107d3c94c1534808fe9ca260b8f4521e30 diff --git a/Makefile b/Makefile index 688d777..bbbb7ef 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,7 @@ date := $(shell date +"%Y%m%d") .PHONY: all all: build +PROJECT := serial_lcd tester := tester/serial_lcd_tester tester-build: $(tester).exe @@ -45,6 +46,7 @@ clean: $(MAKE) -C iar_cpp_obj clean $(MAKE) -C iar_cpp_obj clean $(MAKE) -C icc_c clean + @rm -f *~ .PHONY: distclean distclean: