Skip to content

Commit f7e1ee4

Browse files
authored
Update Makefile
1 parent fac5716 commit f7e1ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CC = gcc
2-
CFLAGS = -std=c99 -Wall -Wextra -pedantic -Wno-c11-extensions
2+
CFLAGS = -std=c99 -Wall -Wextra -pedantic
33

44
BLOA = bloa
55
SOURCES = main.c lexer.c parser.c compiler.c vm.c gc.c chunk.c value.c

0 commit comments

Comments
 (0)