Skip to content

Commit

Permalink
fix make file
Browse files Browse the repository at this point in the history
  • Loading branch information
hasindu2008 committed Feb 7, 2024
1 parent 6fa302d commit 1769b30
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 @@ -34,7 +34,7 @@ $(BINARY): $(OBJ) slow5lib/lib/libslow5.a
$(CC) $(CFLAGS) $(OBJ) slow5lib/lib/libslow5.a $(LDFLAGS) -o $@

HEADERS = src/error.h src/format.h src/kseq.h src/misc.h src/model.h \
src/prof.h src/rand.h src/ref.h src/seq.h src/sq.h src/str.h src/version.h
src/rand.h src/ref.h src/seq.h src/sq.h src/str.h src/version.h

$(BUILD_DIR)/main.o: src/main.c $(HEADERS)
$(CC) $(CFLAGS) $(CPPFLAGS) $< -c -o $@
Expand Down

0 comments on commit 1769b30

Please sign in to comment.