Skip to content

Commit

Permalink
clear build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixKratz committed Sep 8, 2021
1 parent e55dc47 commit c5032f7
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 @@ -5,6 +5,10 @@ $(BUILD_PATH)/Products/Applications/JupyterApp.app: build

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

build:
mkdir build

clean:
rm -rf ./build

0 comments on commit c5032f7

Please sign in to comment.