summaryrefslogtreecommitdiffstats
path: root/TOOLS/bmovl-test/Makefile
blob: 0ba25590e5c31b3faa240b7e0c32b5ee78174129 (plain)
1
2
3
4
5
6
7
include ../../config.mak

bmovl-test: bmovl-test.c
	$(CC) -O3 $(SDL_INC) -lSDL_image -o bmovl-test bmovl-test.c

clean:
	rm -f bmovl-test