diff options
Diffstat (limited to 'default.bld')
-rw-r--r-- | default.bld | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/default.bld b/default.bld index f36c76b..bacbb6b 100644 --- a/default.bld +++ b/default.bld | |||
@@ -1,4 +1,13 @@ | |||
1 | 1 | ||
2 | if exists("src/parser.yy.cpp") then | ||
3 | { | ||
4 | unlink("src/parser.yy.cpp"); | ||
5 | } | ||
6 | if exists("src/parser.tab.cpp") then | ||
7 | { | ||
8 | unlink("src/parser.tab.cpp"); | ||
9 | } | ||
10 | |||
2 | action "default" | 11 | action "default" |
3 | { | 12 | { |
4 | build: ["src/version.h", "stage"]; | 13 | build: ["src/version.h", "stage"]; |