latest
This commit is contained in:
11
tweetbackup/python/Makefile
Normal file
11
tweetbackup/python/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
PYTHON := $(shell which python)
|
||||
PIPENV := $(PYTHON) -m pipenv
|
||||
|
||||
run:
|
||||
$(PIPENV) run ./main.py
|
||||
|
||||
shell:
|
||||
$(PIPENV) shell
|
||||
|
||||
install:
|
||||
$(PIPENV) install
|
||||
Reference in New Issue
Block a user