X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile;h=6ccef0b3db95bf88299041e0f45dbe6f0cf2b0aa;hb=d84f5cbda7d77ffecbae2aa728b50cd0b02121b3;hp=688d777152fb66c000d46380bbdaa0ec2a604d35;hpb=debfa9107d3c94c1534808fe9ca260b8f4521e30;p=avr_serial_lcd.git diff --git a/Makefile b/Makefile index 688d777..6ccef0b 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 @@ -20,6 +21,7 @@ build: tester-build $(MAKE) -C iar_cpp $(MAKE) -C iar_cpp_obj $(MAKE) -C icc_c + $(MAKE) -C cv_c dist: tester-build build @chmod -x *.c *.h *.cpp README ChangeLog LICENSE @@ -45,6 +47,8 @@ clean: $(MAKE) -C iar_cpp_obj clean $(MAKE) -C iar_cpp_obj clean $(MAKE) -C icc_c clean + $(MAKE) -C cv_c clean + @rm -f *~ .PHONY: distclean distclean: @@ -58,3 +62,4 @@ distclean: $(MAKE) -C iar_cpp_obj distclean $(MAKE) -C iar_cpp_obj distclean $(MAKE) -C icc_c distclean + $(MAKE) -C cv_c distclean