mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-24 15:55:14 +00:00
Oversight.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user