example makefile

This commit is contained in:
Andrej Karpathy 2021-11-25 13:51:52 -08:00
parent 1ed6e3f1b0
commit 46f556caf6

9
Makefile Normal file
View File

@ -0,0 +1,9 @@
# I run this to update the database with newest papers every day or so or etc.
up:
python arxiv_daemon.py --num 2000
python compute.py
# I use this to run the server
fun:
export FLASK_APP=serve.py; flask run