From: sparky4 Date: Mon, 21 Mar 2016 14:58:52 +0000 (-0500) Subject: wwww X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=f94d913f4ba9a81162d1752fba22a4b8c3008d50;p=16.git wwww --- diff --git a/makefile b/makefile index 24031e2a..856ebaa6 100755 --- a/makefile +++ b/makefile @@ -117,8 +117,10 @@ tesuto.exe: tesuto.$(OBJ) $(DOSLIBLIBS) 16_head.$(OBJ) # %write tmp.cmd library $(DOSLIBDIR)/hw/cpu/dos86h/cpu.lib # %write tmp.cmd library $(DOSLIBDIR)/hw/dos/dos86h/dos.lib # @wlink @tmp.cmd + !include $(DOSLIBDIR)/extdep.mak wcl $(FLAGS) $(WCLQ) tesuto.$(OBJ) $(DOSLIBLIBS) 16_head.$(OBJ) tesuto.$(OBJ): $(SRC)tesuto.c + !include $(DOSLIBDIR)/extdep.mak wcl $(FLAGS) $(WCLQ) -c $(SRC)tesuto.c #tesuto.exe: tesuto.$(OBJ) # wcl $(WCLQ) -mh -d2 tesuto.$(OBJ)