mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-24 07:45:21 +00:00
The pdcurses library was showing up twice on the tuidemo link line.
This commit is contained in:
@@ -73,7 +73,7 @@ ptest.exe: %.exe: $(demodir)/%.c
|
||||
$(BUILD) -o $@ $< $(LDFLAGS)
|
||||
|
||||
tuidemo.exe: tuidemo.o tui.o
|
||||
$(CC) -o $@ $? $(LDFLAGS)
|
||||
$(CC) -o $@ tuidemo.o tui.o $(LDFLAGS)
|
||||
|
||||
tui.o: $(demodir)/tui.c $(demodir)/tui.h
|
||||
$(BUILD) -c $<
|
||||
|
||||
Reference in New Issue
Block a user