]> 4ch.mooo.com Git - 16.git/blobdiff - makefile
facking sega.exe added for learning
[16.git] / makefile
index 7e24fab557578f3c20d016fb8e0b2569e1d9e183..68c74339bb019e52d80cd72d675c935da8bf42b2 100644 (file)
--- a/makefile
+++ b/makefile
@@ -42,6 +42,10 @@ scroll.exe: scroll.$(OBJ) 16.lib mapread.$(OBJ) jsmn.$(OBJ) dos_kb.$(OBJ)
        wcl $(FLAGS) scroll.$(OBJ) 16.lib mapread.$(OBJ) jsmn.$(OBJ) dos_kb.$(OBJ)
 scroll.$(OBJ): $(SRC)scroll.c
        wcl $(FLAGS) -c $(SRC)scroll.c
+sega.exe: sega.$(OBJ)
+       wcl $(FLAGS) -c sega.$(OBJ)
+sega.$(OBJ): $(SRC)sega.c
+       wcl $(FLAGS) -c $(SRC)sega.c
 test.exe: test.$(OBJ) gfx.lib
        wcl $(FLAGS) test.$(OBJ) gfx.lib