mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-25 00:05:16 +00:00
hanoi now requires -lm
This commit is contained in:
@@ -540,7 +540,7 @@ gdc: gdc.o $(LIBCURSES)
|
||||
$(LINK) gdc.o -o $@ $(LDFLAGS)
|
||||
|
||||
hanoi: hanoi.o $(LIBCURSES)
|
||||
$(LINK) hanoi.o -o $@ $(LDFLAGS)
|
||||
$(LINK) hanoi.o -o $@ $(LDFLAGS) -lm
|
||||
|
||||
knight: knight.o $(LIBCURSES)
|
||||
$(LINK) knight.o -o $@ $(LDFLAGS)
|
||||
|
||||
Reference in New Issue
Block a user