]> 4ch.mooo.com Git - 16.git/blob - 16/modex16/makefile
new file: 16/modex16/TEST.EXE
[16.git] / 16 / modex16 / makefile
1 all: test.exe\r
2 \r
3 test.exe: test.obj modex16.obj\r
4         wcl -0 -d2 test.obj modex16.obj\r
5 \r
6 test.obj: test.c modex16.h\r
7         wcl -0 -d2 -c test.c\r
8 \r
9 modex16.obj: modex16.h modex16.c\r
10         wcl -0 -d2 -c modex16.c\r