turbolist/makefile
2024-08-27 10:32:17 +02:00

5 lines
67 B
Makefile

debug:
g++ main.cpp -g -o main
release:
g++ main.cpp -O2 -o main