X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=cv_c%2FMakefile;h=3eb0ff5faa325991e2f13c494269d631b9282654;hb=ad7ce0903602a48f3e47b85a9a6e10087438068c;hp=4c6d9e1b7bc177971ee20b3c800b36efccae5768;hpb=8147823cf64e37f6f43838ffa9e056ea48e30c32;p=avr_serial_lcd.git diff --git a/cv_c/Makefile b/cv_c/Makefile index 4c6d9e1..3eb0ff5 100644 --- a/cv_c/Makefile +++ b/cv_c/Makefile @@ -1,5 +1,15 @@ +############################################################################### +# Makefile for the serial_lcd C version for Codevision +# Note: CodeVision only allows building from its IDE + PROJECT := serial_lcd +all: build + +build: distclean + @mkdir Exe Linker List Obj + @echo Must run the CV IDE to build + .PHONY: clean clean: @rm -rf $(PROJECT).str1 $(PROJECT).sym[0-9] $(PROJECT).cof \