
run: test1
	./test1
test1: test1.o
	gcc -Wall -O3 test1.o -o test1 `sdl-config --cflags --libs`
	strip test1
test1.o: test1.asm cdecl.inc
	fasm test1.asm test1.o
