Skip to content

Commit

Permalink
Ok, let's explicitly make the 'config' directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaycedowell committed Feb 4, 2020
1 parent 391dd0d commit fb0d44e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ clean:
$(MAKE) -C $(SRC_DIR) clean
.PHONY: clean
install: $(INSTALL_LIB_DIR)/$(LIBBIFROST_SO_MAJ_MIN) $(INSTALL_INC_DIR)/$(BIFROST_NAME)
mkdir -p $(INSTALL_INC_DIR)/$(BIFROST_NAME)/config
install -D -m 644 -t $(INSTALL_INC_DIR)/$(BIFROST_NAME)/config config.mk user.mk
install -D -m 644 -t $(INSTALL_INC_DIR) \
src/array_utils.hpp src/assert.hpp src/Complex.hpp src/cuda.hpp src/EnvVars.hpp \
Expand Down

0 comments on commit fb0d44e

Please sign in to comment.