forked from OSchip/llvm-project
parent
f4d1aca568
commit
c2707bb883
|
@ -0,0 +1,4 @@
|
|||
LEVEL = ../../../../../make
|
||||
CXX_SOURCES := main.cpp
|
||||
CXXFLAGS += -std=c++11
|
||||
include $(LEVEL)/Makefile.rules
|
|
@ -0,0 +1,4 @@
|
|||
LEVEL = ../../../make
|
||||
CXX_SOURCES := main.cpp
|
||||
CXXFLAGS += -std=c++11
|
||||
include $(LEVEL)/Makefile.rules
|
|
@ -0,0 +1,3 @@
|
|||
LEVEL = ../../../make
|
||||
C_SOURCES := main.c
|
||||
include $(LEVEL)/Makefile.rules
|
Loading…
Reference in New Issue