mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-23 05:25:50 -04:00

rdar://problem/14365983 Differential Revision: https://reviews.llvm.org/D52851 llvm-svn: 344371
8 lines
119 B
Makefile
8 lines
119 B
Makefile
LEVEL = ../../../make
|
|
|
|
CXX_SOURCES := main.cpp
|
|
CXXFLAGS += -std=c++11
|
|
USE_LIBCPP := 1
|
|
|
|
include $(LEVEL)/Makefile.rules
|