editor: editor.c
	gcc -oeditor -DSCALE=2 editor.c -lSDL -lm -O3 -ffast-math -march=k8 -Wall -std=c99

clean:
	rm -f editor packer
