aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-02-07 17:51:02 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-02-07 17:51:02 +0000
commit6be8ac6189b98343281cea91f916161913ae1220 (patch)
tree5b06358afd1693f156f25621ef8fdaafd25bc36d /makefile
parent767d142553f18f34c2e11284b2924a93c1f16bbe (diff)
downloadCompiler-6be8ac6189b98343281cea91f916161913ae1220.tar.gz
Compiler-6be8ac6189b98343281cea91f916161913ae1220.zip
Refining makefile
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/makefile b/makefile
index d3324ff..afeac1c 100644
--- a/makefile
+++ b/makefile
@@ -32,3 +32,5 @@ clean:
@echo " rm -r $(LEXBUILDDIR) $(LEXTARGETDIR) $(LEXSRCDIR)/$(LEXTARGET).yy.cpp"; rm -r $(LEXBUILDDIR) bin $(LEXSRCDIR)/c_lexer.yy.cpp
.PHONY: clean
+
+.PRECIOUS: $(LEXSRCDIR)/%.yy.cpp