]> 4ch.mooo.com Git - 16.git/blobdiff - 16/16/SCRC/MAKEFILE
checking concistancy and fade.exe remade!
[16.git] / 16 / 16 / SCRC / MAKEFILE
index 571aaa60b3285d8517794af5e5afb583616f89ce..124a30b5e076f960751f86fbac4af699ecf9b725 100755 (executable)
@@ -1,10 +1,16 @@
-all: test.exe\r
+all: test.exe fade.exe\r
 \r
-test.exe: test.obj palette.obj\r
-       wcl test.obj palette.obj\r
+fade.exe: fade.o palette.o\r
+       wcl -l=dos -0 fade.o palette.o\r
 \r
-test.obj: test.c\r
-       wcl -c test.c\r
+test.exe: test.o palette.o\r
+       wcl -l=dos -0 test.o palette.o\r
 \r
-palette.obj: palette.h palette.c constant.h\r
-       wcl -c palette.c\r
+test.o: test.c\r
+       wcl -0 -c test.c\r
+\r
+fade.o: fade.c\r
+       wcl -0 -c fade.c\r
+\r
+palette.o: palette.h palette.c constant.h\r
+       wcl -0 -c palette.c\r