Skip to content

Commit

Permalink
Fix issue in Makefile after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jnalanko committed Apr 21, 2023
1 parent dabf7b5 commit 506bc68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ else
$(KMC_TOOLS_DIR)/libs/libbz2.1.0.5.dylib

LIB_KMC_CORE = $(OUT_BIN_DIR)/libkmc_core.a
endif
else
RADULS_OBJS = \
$(KMC_MAIN_DIR)/raduls_sse2.o \
Expand Down
4 changes: 2 additions & 2 deletions include/kmc_runner.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
Version: 3.2.1
Date : 2022-01-04
Version: 3.2.2
Date : 2023-03-10
*/

#ifndef _KMC_RUNNER
Expand Down

0 comments on commit 506bc68

Please sign in to comment.