mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-11 16:32:58 +00:00
Initial gen4asm code.
This commit is contained in:
committed by
Damien Lespiau
parent
7ee278f176
commit
22a1063cc0
@@ -0,0 +1,11 @@
|
||||
SOURCES = lex.c main.c gram.c
|
||||
|
||||
all: lextest
|
||||
|
||||
y.tab.h: gram.c
|
||||
|
||||
lextest: ${SOURCES}
|
||||
cc -o lextest ${SOURCES}
|
||||
|
||||
clean:
|
||||
rm -f *.o lextest
|
||||
Reference in New Issue
Block a user