Skip to content

Commit fef3a3e

Browse files
committed
small fix
1 parent 4cdd3aa commit fef3a3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ $(OUT_BIN_DIR)/compactors: $(COMPACTORS_MAIN_DIR)/main.o \
104104
$(CC) -o $@ $^ \
105105
$(SPLASH_LIBS_DIR)/$(LIB_ZLIB) \
106106
$(CLINK)
107+
107108
download_kmc:
108109
-mkdir -p $(OUT_BIN_DIR)
109110
./download_kmc.sh $(OUT_BIN_DIR)
@@ -113,6 +114,7 @@ splash:
113114
cp src/splash.py bin/splash
114115

115116
supervised_test:
117+
-mkdir -p $(OUT_BIN_DIR)
116118
cp src/supervised_test/supervised_test.R bin
117119

118120
install: all

0 commit comments

Comments
 (0)