Skip to content

Commit 424b965

Browse files
authored
Update Makefile
1 parent bd1e698 commit 424b965

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
2+
CFLAGS = -std=c99
33

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

0 commit comments

Comments
 (0)