aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2009-12-21 18:06:41 +0000
committerMike Buland <eichlan@xagasoft.com>2009-12-21 18:06:41 +0000
commitc102dad3713676fe600b525a85c21450a54d4380 (patch)
tree1f9af3c1d4df04884d3a393e1a1442fc4112edaa
parentfb28f6800864176be2ffca29e8e664b641f33170 (diff)
downloadbuild-c102dad3713676fe600b525a85c21450a54d4380.tar.gz
build-c102dad3713676fe600b525a85c21450a54d4380.tar.bz2
build-c102dad3713676fe600b525a85c21450a54d4380.tar.xz
build-c102dad3713676fe600b525a85c21450a54d4380.zip
Corrected the name of build in the default.bld, now it's called build...
-rw-r--r--default.bld4
1 files changed, 2 insertions, 2 deletions
diff --git a/default.bld b/default.bld
index 9b71c4b..74d7222 100644
--- a/default.bld
+++ b/default.bld
@@ -7,7 +7,7 @@ CXXFLAGS += "-ggdb -W -Wall";
7 7
8action "default" 8action "default"
9{ 9{
10 build: "build-m3"; 10 build: "build";
11} 11}
12 12
13action "man" 13action "man"
@@ -43,7 +43,7 @@ action "viminstall"
43 install: targets("viminstall"); 43 install: targets("viminstall");
44} 44}
45 45
46target "build-m3" 46target "build"
47{ 47{
48 input [files("src/*.y"), files("src/*.l"), files("src/*.cpp")]; 48 input [files("src/*.y"), files("src/*.l"), files("src/*.cpp")];
49 rule "exe"; 49 rule "exe";