Skip to content

Commit 10ab6de

Browse files
removing Makefile content
1 parent 2e3049d commit 10ab6de

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,3 @@ clean:
1111
@find ./ -name 'Thumbs.db' -exec rm -f {} \;
1212
@find ./ -name '*~' -exec rm -f {} \;
1313
@find ./ -name '.DS_Store' -exec rm -f {} \;
14-
15-
aqua.test:
16-
pip install -e .
17-
jupyter server extension enable --py ads.aqua.extension
18-
jupyter lab --NotebookApp.disable_check_xsrf=True --no-browser

0 commit comments

Comments
 (0)