X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=16%2Fmodex16%2Fmakefile;h=e0a07cc4ecc9f577e2c5d2273685644a00df5c15;hb=067c2ee7341922ae714b4ce18e520aab7c7b5b5f;hp=d0706af20ef0c5d6dbe8a1f7cb55f6164ec3f714;hpb=ee4a2a942f50ad952a56457342f5fa1528427589;p=16.git diff --git a/16/modex16/makefile b/16/modex16/makefile index d0706af2..e0a07cc4 100644 --- a/16/modex16/makefile +++ b/16/modex16/makefile @@ -1,6 +1,10 @@ FLAGS=-0 -all: test.exe pcxtest.exe test2.exe +all: test.exe pcxtest.exe test2.exe scroll.exe +scroll.exe: scroll.obj modex16.obj + wcl $(FLAGS) scroll.obj modex16.obj +scroll.obj: scroll.c + wcl $(FLAGS) -c scroll.c test.exe: test.obj modex16.obj wcl $(FLAGS) test.obj modex16.obj