mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-11 16:32:58 +00:00
Add Wall.
This commit is contained in:
committed by
Damien Lespiau
parent
a58d896dfe
commit
1c62350848
+2
-1
@@ -1,11 +1,12 @@
|
||||
SOURCES = lex.c main.c gram.c
|
||||
CFLAGS = -g -O -Wall
|
||||
|
||||
all: lextest
|
||||
|
||||
y.tab.h: gram.c
|
||||
|
||||
lextest: ${SOURCES}
|
||||
cc -o lextest ${SOURCES}
|
||||
cc ${CFLAGS} -o lextest ${SOURCES}
|
||||
|
||||
clean:
|
||||
rm -f gram.c lex.c
|
||||
|
||||
Reference in New Issue
Block a user