Skip to content
Snippets Groups Projects
Commit 3aa3e615 authored by rswindell's avatar rswindell
Browse files

Fixed echocfg link command-line.

parent 7fc468de
No related branches found
No related tags found
No related merge requests found
......@@ -275,7 +275,7 @@ $(ECHOCFG): \
$(EXEODIR)/filewrap.o \
$(EXEODIR)/genwrap.o
@echo Linking $@
@$(CC) -o -L../../lib/fltk/$(os) -lfltk -lcurses $@ $^
@$(CC) -L../../lib/fltk/$(os) -lfltk -lcurses -o $@ $^
# ADDFILES
$(ADDFILES): \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment