mirror of
https://github.com/intel/llvm.git
synced 2026-02-08 08:57:43 +08:00
6 lines
110 B
Makefile
6 lines
110 B
Makefile
LEVEL = ../../../make
|
|
|
|
CXX_SOURCES := main.cpp
|
|
ENABLE_STD_THREADS := YES
|
|
include $(LEVEL)/Makefile.rules
|