feeds/tools/Makefile

8 lines
120 B
Makefile

default: run
run:
pipenv run python3 main.py | tee output.txt
other:
pipenv run python3 hnblogs.py | tee output.txt