init basic
This commit is contained in:
8
ccompiler/middleend/tests/Makefile
Normal file
8
ccompiler/middleend/tests/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
all: test_ir
|
||||
|
||||
|
||||
test_ir: frontend
|
||||
gcc -g ../ir.c test_ir.c -L../../frontend -lfrontend -o test_ir
|
||||
|
||||
frontend:
|
||||
make -C ../../frontend
|
Reference in New Issue
Block a user