Skip to content
Snippets Groups Projects
Commit 7fc468de authored by rswindell's avatar rswindell
Browse files

Fixed echocfg link command-line.

parent a54bad48
No related branches found
No related tags found
No related merge requests found
......@@ -273,10 +273,9 @@ $(ECHOCFG): \
$(EXEODIR)/nopen.o \
$(EXEODIR)/str_util.o \
$(EXEODIR)/filewrap.o \
$(EXEODIR)/genwrap.o \
../../lib/fltk/$(os)/libfltk.a
$(EXEODIR)/genwrap.o
@echo Linking $@
@$(CC) -o $@ $^
@$(CC) -o -L../../lib/fltk/$(os) -lfltk -lcurses $@ $^
# 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