From e0c274fc6b7dc1c500ceb1375c2a8c4a09c1018c Mon Sep 17 00:00:00 2001 From: Teddy Date: Wed, 7 Aug 2013 15:43:54 +0800 Subject: added GMP support --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4c2071c..3a3f37a 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ main: main.o parser.o builtin.o model.o eval.o exc.o consts.o - g++ -o main $^ -pg + g++ -o main $^ -pg -lgmp .cpp.o: - g++ $< -c -g -pg -DDEBUG + g++ $< -c -g -pg -DDEBUG -DGMP_SUPPORT clean: rm -f *.o -- cgit v1.2.3