Skip to content

Commit

Permalink
Update Makefile - just the printing again
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurakgun committed Oct 18, 2023
1 parent 67bd173 commit a5a6171
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,12 @@ install:
@bash etc/build/install.sh
@etc/build/copy-conjure-branch.sh
@cp -r etc/savilerow/* ${BIN_DIR}
@echo "* savilerow"
@echo "Copied savilerow to ${BIN_DIR}"
@echo
@${BIN_DIR}/conjure --version
@${BIN_DIR}/savilerow -help | head -n1
@echo
@echo

.PHONY: test
test:
Expand Down

0 comments on commit a5a6171

Please sign in to comment.