simap/makefile

5 lines
79 B
Makefile
Raw Permalink Normal View History

2024-09-29 20:52:18 +02:00
debug:
g++ main.cpp -g -Wall -o main
release:
g++ main.cpp -O2 -Wall -o main