Skip to content

Commit

Permalink
Changed Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
aunetx committed Apr 3, 2021
1 parent d910b0a commit b4c941a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
SHARED_VM = $(HOME)/Projets/.shared/

.PHONY: build_pkg build vm_test install remove clean


Expand All @@ -14,9 +16,9 @@ build_pkg: build


vm_test: build
rm -rf $(HOME)/Documents/shared/blur_my_shell/blur-my-shell@aunetx
mkdir -p $(HOME)/Documents/shared/blur_my_shell/blur-my-shell@aunetx
cp -r build/* $(HOME)/Documents/shared/blur_my_shell/blur-my-shell@aunetx/
rm -rf $(SHARED_VM)/blur_my_shell/blur-my-shell@aunetx
mkdir -p $(SHARED_VM)/blur_my_shell/blur-my-shell@aunetx
cp -r build/* $(SHARED_VM)/blur_my_shell/blur-my-shell@aunetx/


install: build
Expand Down

0 comments on commit b4c941a

Please sign in to comment.