Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marekkokot committed Jan 12, 2024
1 parent 4cdd3aa commit fef3a3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ $(OUT_BIN_DIR)/compactors: $(COMPACTORS_MAIN_DIR)/main.o \
$(CC) -o $@ $^ \
$(SPLASH_LIBS_DIR)/$(LIB_ZLIB) \
$(CLINK)

download_kmc:
-mkdir -p $(OUT_BIN_DIR)
./download_kmc.sh $(OUT_BIN_DIR)
Expand All @@ -113,6 +114,7 @@ splash:
cp src/splash.py bin/splash

supervised_test:
-mkdir -p $(OUT_BIN_DIR)
cp src/supervised_test/supervised_test.R bin

install: all
Expand Down

0 comments on commit fef3a3e

Please sign in to comment.