mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-25 00:05:16 +00:00
Same for EMX, except there's no stripping.
This commit is contained in:
@@ -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
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user