aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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