mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-23 07:15:05 +00:00
Demo build fix for Borland.
This commit is contained in:
@@ -44,7 +44,7 @@ clean:
|
||||
-$(RM) *.map
|
||||
-$(RM) *.exe
|
||||
|
||||
demos: $(DEMOS)
|
||||
demos: $(LIBCURSES) $(DEMOS)
|
||||
|
||||
$(LIBCURSES) : $(LIBOBJS) $(PDCOBJS)
|
||||
-$(RM) $@
|
||||
|
||||
@@ -44,7 +44,7 @@ clean:
|
||||
-$(RM) *.map
|
||||
-$(RM) *.exe
|
||||
|
||||
demos: $(DEMOS)
|
||||
demos: $(LIBCURSES) $(DEMOS)
|
||||
|
||||
$(LIBCURSES) : $(LIBOBJS) $(PDCOBJS)
|
||||
-$(RM) $@
|
||||
|
||||
@@ -54,7 +54,7 @@ clean:
|
||||
-$(RM) *.tds
|
||||
-$(RM) *.exe
|
||||
|
||||
demos: $(DEMOS)
|
||||
demos: $(LIBCURSES) $(DEMOS)
|
||||
|
||||
$(LIBCURSES) : $(LIBOBJS) $(PDCOBJS)
|
||||
-$(RM) $@
|
||||
|
||||
Reference in New Issue
Block a user