]> 4ch.mooo.com Git - 16.git/blob - 16/modex16/MAKEFILE
modified: .gitignore
[16.git] / 16 / modex16 / MAKEFILE
1 FLAGS=-0 -d2 \r
2 all: test.exe pcxtest.exe\r
3 \r
4 test.exe: test.obj modex16.obj\r
5         wcl $(FLAGS) test.obj modex16.obj\r
6         \r
7 pcxtest.exe: pcxtest.obj modex16.obj\r
8         wcl $(FLAGS) pcxtest.obj modex16.obj\r
9 \r
10 test.obj: test.c modex16.h\r
11         wcl $(FLAGS) -c test.c\r
12         \r
13 pcxtest.obj: pcxtest.c modex16.h\r
14         wcl $(FLAGS) -c pcxtest.c\r
15 \r
16 modex16.obj: modex16.h modex16.c\r
17         wcl $(FLAGS) -c modex16.c\r