Skip to content

Commit

Permalink
fix link error
Browse files Browse the repository at this point in the history
  • Loading branch information
six-ddc committed Jan 13, 2019
1 parent 6e1150a commit 0b63985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ executor.o: executor.c
$(CC) $(CFLAGS) -c executor.c -o executor.o

all: main.o sstring.o slot.o completion.o executor.o
$(CC) $(CFLAGS) $(LIBS) main.o sstring.o slot.o completion.o executor.o -o $(HSS_BIN) $(LDFLAGS)
$(CC) $(CFLAGS) main.o sstring.o slot.o completion.o executor.o $(LIBS) -o $(HSS_BIN) $(LDFLAGS)

install:
@mkdir -p $(INSTALL_BIN)
Expand Down

0 comments on commit 0b63985

Please sign in to comment.