snipplets.dev/code/C++/thread/Makefile

6 lines
96 B
Makefile

# CC=g++ # Small output file
CC=clang++-18 # Big output file
all:
$(CC) -O3 -o app thread.cpp