diff options
author | Teddy <[email protected]> | 2013-08-10 23:42:42 +0800 |
---|---|---|
committer | Teddy <[email protected]> | 2013-08-10 23:42:42 +0800 |
commit | 2729f71c327f8ef4ddbb620dc486e7334ba40119 (patch) | |
tree | 660ea8b5fe582cb2895cf66f1a10a536df33afbd /Makefile | |
parent | 80e885a9847c9bce1be8cccafc85ea39cbc120e2 (diff) |
more built-ins
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ main: main.o parser.o builtin.o model.o eval.o exc.o consts.o g++ -o main $^ -pg -lgmp .cpp.o: - g++ $< -c -g -pg -DGMP_SUPPORT -Wall -Wextra + g++ $< -c -g -pg -DGMP_SUPPORT -Wall clean: rm -f *.o |