Skip to content

Commit

Permalink
fix: make dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Chronostasys committed Jan 4, 2023
1 parent f950ee4 commit d3dca61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.PHONY: devlinux devmac vm install fmt test clean
devlinux:
@echo "export KAGARI_LIB_ROOT=$(pwd)/planglib">>~/.bashrc
@echo "export PL_ROOT=$(pwd)/target/release/">>~/.bashrc
@echo "export KAGARI_LIB_ROOT=$$(pwd)/planglib">>~/.bashrc
@echo "export PL_ROOT=$$(pwd)/target/release/">>~/.bashrc
@echo "请重启终端和vsc应用更改"

devmac:
@echo "export KAGARI_LIB_ROOT=$(pwd)/planglib">>~/.bash_profile
@echo "export PL_ROOT=$(pwd)/target/release/">>~/.bash_profile
@echo "export KAGARI_LIB_ROOT=$$(pwd)/planglib">>~/.bash_profile
@echo "export PL_ROOT=$$(pwd)/target/release/">>~/.bash_profile
@echo "请重启终端和vsc应用更改"

vm:
Expand Down

0 comments on commit d3dca61

Please sign in to comment.