Oversight.

This commit is contained in:
William McBrine
2006-08-02 07:55:42 +00:00
parent 63b139543f
commit 3ddbeb3067

View File

@@ -239,7 +239,7 @@ panel.o: $(pandir)/panel.c $(PDCURSES_HEADERS) $(PANEL_HEADER)
#------------------------------------------------------------------------
firework.exe: $(demodir)/firework.c $(PDCURSES_CURSES_H) $(LIBCURSES)
$(CC) $(CCFLAGS) -o$@ $(demodir)/firework.c $(LIBCURSES)
$(CC) $(CCFLAGS) -o$@ $< $(LIBCURSES)
newdemo.exe: $(demodir)/newdemo.c $(PDCURSES_CURSES_H) $(LIBCURSES)
$(CC) $(CCFLAGS) -o$@ $< $(LIBCURSES)