From: Dan White Date: Fri, 16 Dec 2011 00:00:10 +0000 (-0600) Subject: Keep intermediate files from make X-Git-Tag: calibrations~392 X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=72d3f5dae8da8c161a22145dda6af992c7f753cd;p=430.git Keep intermediate files from make --- diff --git a/Makefile b/Makefile index ce74e20..1adf837 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,6 @@ +#keep intermediate files +.SECONDARY: %.hex: %.rcf ./rcf2ihex.py $< > $@