mirror of
https://github.com/intel/llvm.git
synced 2026-01-31 07:27:33 +08:00
7 lines
92 B
Makefile
7 lines
92 B
Makefile
LEVEL = ../../make
|
|
|
|
CXX_SOURCES := main.cpp
|
|
MAKE_DSYM :=NO
|
|
|
|
include $(LEVEL)/Makefile.rules
|