1 2 3 4 5 6 7
CXX_SOURCES := main.cpp CXXFLAGS=--std=c++17 -g ARCH=$(shell uname -m) ENABLE_THREADS := YES include Makefile.rules