From 44542adf023315d60a8ffc4863f2b161b3c1eb90 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 15 Apr 2013 23:45:48 -0600 Subject: Addition, subtraction, and multiplication work now Division isn't working yet, there are too many options, I'll figure out something eventually :-P --- default.bld | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 default.bld (limited to 'default.bld') diff --git a/default.bld b/default.bld new file mode 100644 index 0000000..d39ddc5 --- /dev/null +++ b/default.bld @@ -0,0 +1,9 @@ +target "clic" +{ + rule "exe"; + input files("src/*.cpp"); + + CXXFLAGS += "-ggdb"; + LDFLAGS += "-ggdb -lbu++"; +} + -- cgit v1.2.3