Skip to content

Commit

Permalink
fix make
Browse files Browse the repository at this point in the history
  • Loading branch information
jackaraz committed Jul 21, 2021
1 parent f0fe3f9 commit 4d359b5
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#! /usr/bin/env bash


.PHONY: clean
clean:
rm -rf ma5_expert.egg-info/
rm -rf ma5_expert.egg-info/


#.PHONY: requirements
Expand All @@ -12,14 +13,9 @@ clean:

.PHONY: install
install:
pip install -e .
pip install -e .


.PHONY: all
all:
make install


.PHONY: uninstall
uninstall:
pip uninstall ma5_expert
make install

0 comments on commit 4d359b5

Please sign in to comment.