Skip to content

Commit

Permalink
Fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tseemann committed Mar 1, 2020
1 parent d885913 commit 1a20dfb
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 @@ -13,7 +13,7 @@ TESTDIR = test
all: $(EXE)

$(EXE): main.c kseq.h
$(CC) $(CFLAGS) -o $(EXE) $^ $(LIBS)
$(CC) $(CFLAGS) -o $(EXE) $< $(LIBS)

install: $(EXE)
install -v -t $(PREFIX)/bin $(EXE)
Expand Down

0 comments on commit 1a20dfb

Please sign in to comment.