summaryrefslogtreecommitdiff
path: root/default.bld
diff options
context:
space:
mode:
Diffstat (limited to 'default.bld')
-rw-r--r--default.bld9
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
2if exists("src/parser.yy.cpp") then
3{
4 unlink("src/parser.yy.cpp");
5}
6if exists("src/parser.tab.cpp") then
7{
8 unlink("src/parser.tab.cpp");
9}
10
2action "default" 11action "default"
3{ 12{
4 build: ["src/version.h", "stage"]; 13 build: ["src/version.h", "stage"];