Allow building demos and library at the same time (broken since demos

was broken out as an option).
This commit is contained in:
William McBrine
2018-12-25 23:49:11 -05:00
parent 9270b02303
commit 13952ef8f3
2 changed files with 2 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ clean:
-$(RM) *.exp
-$(RM) *.res
demos: $(DEMOS)
demos: $(PDCLIBS) $(DEMOS)
DEMOOBJS = $(DEMOS:.exe=.obj) tui.obj

View File

@@ -77,7 +77,7 @@ clean:
-$(RM) *.exp
-$(RM) *.res
demos: $(DEMOS)
demos: $(PDCLIBS) $(DEMOS)
DEMOOBJS = $(DEMOS:.exe=.obj) tui.obj