feeds/tools/Makefile
2022-08-04 08:02:45 +02:00

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