forked from OSchip/llvm-project
9 lines
100 B
Makefile
9 lines
100 B
Makefile
|
LEVEL = ../../make
|
||
|
|
||
|
# Example:
|
||
|
#
|
||
|
# C_SOURCES := b.c
|
||
|
# EXE := b.out
|
||
|
|
||
|
include $(LEVEL)/Makefile.rules
|