mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-08 23:10:44 +02:00
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
|