diff options
Diffstat (limited to 'impl/Makefile')
-rw-r--r-- | impl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/impl/Makefile b/impl/Makefile index 5dad366..a6d5999 100644 --- a/impl/Makefile +++ b/impl/Makefile @@ -1,7 +1,7 @@ CC=gcc CPP=g++ BUILD=build/ -FLAGS=-Wall -Werror -g -lantlr3c +FLAGS=-Wall -Werror -g -lantlr3c -pg all: main |