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

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

clean:
	rm -f bmovl-test