Skip to content

Commit

Permalink
Updated the main Bifrost Makefile to also copy config.mk and user.mk …
Browse files Browse the repository at this point in the history
…into the include directory.
  • Loading branch information
jaycedowell committed Feb 4, 2020
1 parent 4698685 commit 3f8c452
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)
install -m 644 -t $(INSTALL_INC_DIR)/$(BIFROST_NAME) config.mk user.mk
$(MAKE) -C $(BIFROST_PYTHON_DIR) install
.PHONY: install
uninstall:
Expand Down

0 comments on commit 3f8c452

Please sign in to comment.