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

6 lines
96 B
Makefile
Raw Normal View History

2024-06-18 21:50:38 +03:00
# CC=g++ # Small output file
CC=clang++-18 # Big output file
all:
$(CC) -O3 -o app thread.cpp