aboutsummaryrefslogtreecommitdiff
path: root/makefile
blob: 239005f0920a57d1228b9a1bd8ee49e790b75f5c (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