blob: ea4310f29795a2aab5ce0b46e004a2cbd2b1323f [file] [log] [blame]
TARGET=g40130x
UV4=/C/Keil/UV4/Uv4.exe
.PHONY: clean all
timer: clean
@echo "build std version ..."
$(UV4) -cr -j0 -b g401302/project/g401302.uvproj -t"timer" -o"outTimer/OUTPUTFILE.TXT"
flow: clean
@echo "build shu version ..."
$(UV4) -cr -j0 -b g401302/project/g401302.uvproj -t"flow" -o"outFlow/OUTPUTFILE.TXT"
all: timer flow
clean: