]> 4ch.mooo.com Git - 16.git/blob - src/lib/wtest/makefile
wwww made example of sprite sheet
[16.git] / src / lib / wtest / makefile
1 CFLAGS=-0
2
3 all: wtest.exe
4
5 wtest.exe: wtest.obj
6         wcl $(CFLAGS) $<
7
8 wtest.obj: wtest.c
9         wcl $(CFLAGS) -c $<
10
11 .NOCHECK
12 clean:
13         del *.exe
14         del *.obj