]> 4ch.mooo.com Git - 16.git/commitdiff
16_ca needs huge amounts of work and I should remember what needs to be done soon...
authorsparky4 <sparky4@cock.li>
Fri, 21 Apr 2017 14:00:30 +0000 (09:00 -0500)
committersparky4 <sparky4@cock.li>
Fri, 21 Apr 2017 14:00:30 +0000 (09:00 -0500)
makefile
src/0tesuto.c [moved from src/0.c with 100% similarity]

index 542a5db052b0c2741e4975215d4a607e1d6a4834..22212468f0c4028521b541299f515937ca069f2a 100755 (executable)
--- a/makefile
+++ b/makefile
@@ -199,7 +199,7 @@ TESTEXEC = &
        inputest.exe &
        vrstest.exe &
        tesuto.exe &
-       0.exe &
+       0tesuto.exe &
        maptest.exe &
        imfplay.exe
 #zcroll.exe &
@@ -264,8 +264,8 @@ zcroll.exe: zcroll.$(OBJ) $(16LIB) gfx.lib $(DOSLIB)
 zcroll.$(OBJ): $(SRC)/zcroll.c
 tesuto.exe:    tesuto.$(OBJ) 16_head.$(OBJ) gfx.lib $(DOSLIB)
 tesuto.$(OBJ): $(SRC)/tesuto.c
-0.exe:                 0.$(OBJ) $(16LIB) gfx.lib $(DOSLIB)
-0.$(OBJ):               $(SRC)/0.c
+0tesuto.exe:                   0tesuto.$(OBJ) $(16LIB) gfx.lib $(DOSLIB)
+0tesuto.$(OBJ):                 $(SRC)/0tesuto.c
 vidtest.exe:            vidtest.$(OBJ) $(16LIB) gfx.lib $(DOSLIB)
 #test2.exe:    test2.$(OBJ) gfx.lib $(DOSLIB)
 test0.exe:             test0.$(OBJ)
similarity index 100%
rename from src/0.c
rename to src/0tesuto.c