Same for EMX, except there's no stripping.

This commit is contained in:
William McBrine
2006-08-08 20:49:16 +00:00
parent 2b8f02fcc6
commit 02a6903153

View File

@@ -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
#------------------------------------------------------------------------