diff options
author | Teddy <[email protected]> | 2013-08-09 17:58:48 +0800 |
---|---|---|
committer | Teddy <[email protected]> | 2013-08-09 17:58:48 +0800 |
commit | f8a870c48886e8828155d05b0da6b7868344ba6a (patch) | |
tree | c644eecb1eab55b3e08390efb179c6d6bdbab045 /Makefile | |
parent | 01b2c905872ff38d5d8291f2f8de92c2771f183f (diff) |
added `and` operator
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 + g++ $< -c -g -pg -DGMP_SUPPORT -Wall -Wextra -Wconversion clean: rm -f *.o |