From 02a6903153937f8ea068d3efb724b960e5530294 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Tue, 8 Aug 2006 20:49:16 +0000 Subject: [PATCH] Same for EMX, except there's no stripping. --- os2/gccos2.mak | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/os2/gccos2.mak b/os2/gccos2.mak index dc6faab6..20f7f2ca 100644 --- a/os2/gccos2.mak +++ b/os2/gccos2.mak @@ -72,7 +72,11 @@ LIBPANEL = panel.a PDCLIBS = $(LIBCURSES) $(LIBPANEL) #$(DLLTARGET) pdcurses.lib panel.lib ################################################################################ -all: $(PDCLIBS) $(DEMOS) #testcurs_dyn.exe +.PHONY: all libs clean demos dist + +all: libs demos + +libs: $(PDCLIBS) clean: -del *.o @@ -83,7 +87,7 @@ clean: -del *.dll -del testcurs newdemo xmas tuidemo firework ptest rain worm -demos: $(DEMOS) +demos: $(DEMOS) #testcurs_dyn.exe #------------------------------------------------------------------------