From f94d913f4ba9a81162d1752fba22a4b8c3008d50 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Mon, 21 Mar 2016 09:58:52 -0500 Subject: [PATCH] wwww --- makefile | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.39.5