X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=16%2F16%2FSCRC%2FMAKEFILE;fp=16%2F16%2FSCRC%2FMAKEFILE;h=0000000000000000000000000000000000000000;hb=4b23f27092a9470a741e3a18261ad389fd1929db;hp=571aaa60b3285d8517794af5e5afb583616f89ce;hpb=5d8d1deb6c3520abadbad86d202ea453df77bfc2;p=16.git diff --git a/16/16/SCRC/MAKEFILE b/16/16/SCRC/MAKEFILE deleted file mode 100755 index 571aaa60..00000000 --- a/16/16/SCRC/MAKEFILE +++ /dev/null @@ -1,10 +0,0 @@ -all: test.exe - -test.exe: test.obj palette.obj - wcl test.obj palette.obj - -test.obj: test.c - wcl -c test.c - -palette.obj: palette.h palette.c constant.h - wcl -c palette.c