aboutsummaryrefslogtreecommitdiff
path: root/makefile
blob: 6f51c67ff2c2ccd9fd1b0131b593d6dfa91a3c64 (plain)
1
2
3
4
debug: main.c
	gcc -Wall main.c -o ./bin/debug
release: main.c
	gcc -O2 -march=native main.c -o ./bin/release