Skip to content

Commit cb2111e

Browse files
authored
Merge pull request #50 from himanshugoel2797/patch-1
Remove extra space in Makefile, fixing #49
2 parents 29a133e + 7559277 commit cb2111e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/gcc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SRW_SRC_LIB_DIR=$(SRW_SRC_DIR)/lib
55
SRW_SRC_GENESIS_DIR=$(SRW_SRC_DIR)/ext/genesis/genesis_july08
66
SH_SRC_PARSE_DIR=$(SRW_SRC_DIR)/ext/auxparse
77
#HG20032024
8-
SH_SRC_AUXGPU_DIR=$(SRW_SRC_DIR)/ext/auxgpu
8+
SH_SRC_AUXGPU_DIR=$(SRW_SRC_DIR)/ext/auxgpu
99
SH_SRC_GEN_MATH_DIR=$(SRW_SRC_DIR)/ext/genmath
1010
LIB_DIR=$(SOFT_DEV_DIR)/../ext_lib
1111

0 commit comments

Comments
 (0)