Remove helper scripts
* These scripts will be broken after PEP517 transition. Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
parent
c873e1520d
commit
c51d3fc70c
34
Makefile
34
Makefile
@ -1,34 +0,0 @@
|
||||
# TODO: rename binary to euscan-ng
|
||||
BIN = euscan
|
||||
|
||||
|
||||
.PHONY:
|
||||
all
|
||||
clean
|
||||
install-user
|
||||
install-user-test
|
||||
install
|
||||
uninstall distclean
|
||||
|
||||
|
||||
all:
|
||||
@echo "Did nothing."
|
||||
@echo "To do user installation use target: install-user"
|
||||
|
||||
|
||||
install-user:
|
||||
python setup.py -v install --user
|
||||
|
||||
install-user-test:
|
||||
pip install --user .'[test]'
|
||||
|
||||
install: install-user
|
||||
|
||||
|
||||
clean:
|
||||
sh clean.sh
|
||||
|
||||
uninstall:
|
||||
pip uninstall -v -y $(BIN)
|
||||
|
||||
distclean: clean uninstall
|
Loading…
Reference in New Issue
Block a user