X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=cv_c%2FMakefile;h=3eb0ff5faa325991e2f13c494269d631b9282654;hb=ad7ce0903602a48f3e47b85a9a6e10087438068c;hp=f18ab4c055e869711813a78e737fe79848862036;hpb=d04eb119077d31547ada7640481477f942eb8390;p=avr_serial_lcd.git diff --git a/cv_c/Makefile b/cv_c/Makefile index f18ab4c..3eb0ff5 100644 --- a/cv_c/Makefile +++ b/cv_c/Makefile @@ -1,8 +1,13 @@ +############################################################################### +# Makefile for the serial_lcd C version for Codevision +# Note: CodeVision only allows building from its IDE + PROJECT := serial_lcd all: build -build: +build: distclean + @mkdir Exe Linker List Obj @echo Must run the CV IDE to build .PHONY: clean