Demo build fix for Borland.

This commit is contained in:
William McBrine
2018-12-29 06:53:53 -05:00
parent 13889c2fe8
commit 3d2c32ce35
3 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ clean:
-$(RM) *.map
-$(RM) *.exe
demos: $(DEMOS)
demos: $(LIBCURSES) $(DEMOS)
$(LIBCURSES) : $(LIBOBJS) $(PDCOBJS)
-$(RM) $@

View File

@@ -44,7 +44,7 @@ clean:
-$(RM) *.map
-$(RM) *.exe
demos: $(DEMOS)
demos: $(LIBCURSES) $(DEMOS)
$(LIBCURSES) : $(LIBOBJS) $(PDCOBJS)
-$(RM) $@

View File

@@ -54,7 +54,7 @@ clean:
-$(RM) *.tds
-$(RM) *.exe
demos: $(DEMOS)
demos: $(LIBCURSES) $(DEMOS)
$(LIBCURSES) : $(LIBOBJS) $(PDCOBJS)
-$(RM) $@