@@ -1,7 +1,7 @@
FILES = *.c */*.c
LIBRARIES = -lpthread
INCLUDES = -I. -I./parser/ -I./compiler/ -I./vm/ -I./tokenizer/ -I./misc/
CFLAGS = -std=c99 -Wall
CFLAGS = -std=c99 -Wall -O3
OUTFILE = jack-compiler
main: ${FILES}
The note is not visible to the blocked user.