]> 4ch.mooo.com Git - 16.git/blob - 16/makefile
e6469f246c31f35ed84ba3e0bb4ce4dd61ba22b6
[16.git] / 16 / makefile
1 FLAGS=-0 -d3\r
2 all: test.exe\r
3 \r
4 test.exe: test.obj modex16.obj\r
5         wcl $(FLAGS) test.obj modex16.obj\r
6         \r
7 test.obj: test.c lib\modex16.h\r
8         wcl $(FLAGS) -c test.c\r
9         \r
10 modex16.obj: lib\modex16.h lib\modex16.c\r
11         wcl $(FLAGS) -c lib\modex16.c\r
12         \r
13 clean: \r
14         del *.obj\r
15         del *.exe\r