X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=cv_c%2FMakefile;fp=cv_c%2FMakefile;h=e4726206ab06c48d415e881903b796239b121b8f;hb=4e88dde09a30fd2105f3fc732cbe4f2edbc72244;hp=f18ab4c055e869711813a78e737fe79848862036;hpb=d04eb119077d31547ada7640481477f942eb8390;p=avr_serial_lcd.git diff --git a/cv_c/Makefile b/cv_c/Makefile index f18ab4c..e472620 100644 --- a/cv_c/Makefile +++ b/cv_c/Makefile @@ -2,7 +2,8 @@ PROJECT := serial_lcd all: build -build: +build: distclean + @mkdir Exe Linker List Obj @echo Must run the CV IDE to build .PHONY: clean