Skip to content

Commit

Permalink
feat(dev): Install current dir
Browse files Browse the repository at this point in the history
  • Loading branch information
leocavalcante committed Dec 6, 2023
1 parent 5aa6448 commit bee701f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
.PHONY: test
test:
PHPCTL_TTY=--label=no-tty COMPOSER_AUTH= ./lib/bashunit ./tests/
@PHPCTL_TTY=--label=no-tty COMPOSER_AUTH= ./lib/bashunit ./tests/

.PHONY: install
install:
@INSTALL_DIR=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
@sudo ln -sf ${INSTALL_DIR}/phpctl /usr/local/bin/phpctl
@sudo ln -sf ${INSTALL_DIR}/phpctl /usr/local/bin/pctls

0 comments on commit bee701f

Please sign in to comment.