diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ CS=parser.c ast.c HS=ast.h parser.h -CFLAGS=-Wall -Wpedantic -std=c99 +CFLAGS=-Wall -Wpedantic badthing: $(CS) $(HS) $(CC) $(CFLAGS) -o badthing $(CS) |