aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-04 09:40:43 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-04 09:40:43 +0800
commit9e834528d38a89eb4075b09b35fb7b6e7636740d (patch)
tree5826c2142c69b7c96515262fb4d3e9e6b0ed819c /Makefile
parentc66dc142d240ec2e2ae78201d9614de76535be38 (diff)
added more docs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 596f45f..0664a27 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
main: main.o parser.o builtin.o model.o eval.o
- g++ -o main $^ -g
+ g++ -o main $^ -pg
.cpp.o:
- g++ $< -c -g -DDEBUG
+ g++ $< -c -g -pg -DDEBUG
clean:
rm -f *.o