]> 4ch.mooo.com Git - 16.git/blobdiff - 16/modex16/makefile
modified: 16/modex16/scroll.exe
[16.git] / 16 / modex16 / makefile
index c48885b8e88b319ff3c7e970ab100b7310270097..e0a07cc4ecc9f577e2c5d2273685644a00df5c15 100644 (file)
@@ -1,6 +1,10 @@
-FLAGS=-0 -d3\r
-all: test.exe pcxtest.exe test2.exe\r
+FLAGS=-0 \r
+all: test.exe pcxtest.exe test2.exe scroll.exe\r
 \r
+scroll.exe: scroll.obj modex16.obj\r
+       wcl $(FLAGS) scroll.obj modex16.obj\r
+scroll.obj: scroll.c\r
+       wcl $(FLAGS) -c scroll.c\r
 test.exe: test.obj modex16.obj\r
        wcl $(FLAGS) test.obj modex16.obj\r
        \r