brintos

brintos / llvm-project-archived public Read only

0
0
Text · 118 B · 669f80a Raw
8 lines · plain
1CXX_SOURCES := main.cpp2CXXFLAGS=--std=c++17 -g3ARCH=$(shell uname -m)4ENABLE_THREADS := YES5 6include Makefile.rules7 8