forked from OSchip/llvm-project
8 lines
75 B
Makefile
8 lines
75 B
Makefile
|
LEVEL = ../../make
|
||
|
|
||
|
C_SOURCES := main.c
|
||
|
|
||
|
include $(LEVEL)/Makefile.rules
|
||
|
|
||
|
|