feeds/tools/Makefile

8 lines
120 B
Makefile
Raw Normal View History

2022-08-04 06:02:45 +00:00
default: run
run:
pipenv run python3 main.py | tee output.txt
other:
pipenv run python3 hnblogs.py | tee output.txt