Skip to content

Commit

Permalink
added copy for install
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixKratz committed Sep 8, 2021
1 parent c5032f7 commit 15173ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ install: $(BUILD_PATH)/Products/Applications/JupyterApp.app
cp -r $(BUILD_PATH)/Products/Applications/JupyterApp.app /Applications/JupyterApp.app
rm -rf ./build

copy: $(BUILD_PATH)/Products/Applications/JupyterApp.app
cp -r $(BUILD_PATH)/Products/Applications/JupyterApp.app ./JupyterApp.app
rm -rf ./build

build:
mkdir build

Expand Down

0 comments on commit 15173ac

Please sign in to comment.