6 lines
130 B
Makefile
6 lines
130 B
Makefile
|
editor: editor.c
|
||
|
gcc -oeditor -DSCALE=2 editor.c -lSDL -lm -O3 -ffast-math -march=k8 -Wall -std=c99
|
||
|
|
||
|
clean:
|
||
|
rm -f editor packer
|