X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile;h=4a6b1d30d2e7e9e6bd703e8a545cbffe9568d147;hb=ad7ce0903602a48f3e47b85a9a6e10087438068c;hp=6ccef0b3db95bf88299041e0f45dbe6f0cf2b0aa;hpb=d04eb119077d31547ada7640481477f942eb8390;p=avr_serial_lcd.git diff --git a/Makefile b/Makefile index 6ccef0b..4a6b1d3 100644 --- a/Makefile +++ b/Makefile @@ -23,18 +23,6 @@ build: tester-build $(MAKE) -C icc_c $(MAKE) -C cv_c -dist: tester-build build - @chmod -x *.c *.h *.cpp README ChangeLog LICENSE - @find $(GCCDIR) -type f -exec chmod -x {} \; - @find $(IARDIR) -type f -exec chmod -x {} \; - @find $(ICCDIR) -type f -exec chmod -x {} \; - @zip serial_lcd-$(date).zip README serial_lcd.c serial_lcd.cpp serial_lcd_obj.cpp serial_lcd.h LICENSE ChangeLog \ - $(GCCDIR)/Makefile $(GCCDIR)/serial_lcd.map $(GCCDIR)/serial_lcd_cpp.map $(GCCDIR)/serial_lcd.lss \ - $(GCCDIR)/serial_lcd_cpp.lss $(GCCDIR)/serial_lcd.hex $(GCCDIR)/serial_lcd_cpp.hex \ - $(GCCDIR)/serial_lcd_obj.lss $(GCCDIR)/serial_lcd_obj.map $(GCCDIR)/serial_lcd_obj.map \ - $(IARDIR)/*.lst $(IARDIR)/*.map $(IARDIR)/*.hex $(ICCDIR)/*.mp $(ICCDIR)/*.lst $(ICCDIR)/*.hex \ - $(tester).c $(tester).exe - .PHONY: clean clean: @rm -rf tester-build