X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=makefile;h=22212468f0c4028521b541299f515937ca069f2a;hb=87088c254614070c598ac105d2d89c9d453ee7e3;hp=542a5db052b0c2741e4975215d4a607e1d6a4834;hpb=7b204788231612250d286ca317dd942b78da91b6;p=16.git diff --git a/makefile b/makefile index 542a5db0..22212468 100755 --- 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)