9x25dillon commited on
Commit
0b28c0d
·
verified ·
1 Parent(s): ff00219

Create makefile

Browse files
Files changed (1) hide show
  1. makefile +13 -0
makefile ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .PHONY: dev api test pdf
2
+
3
+ dev:
4
+ \tpython -m venv .venv && . .venv/bin/activate && pip install -e .
5
+
6
+ api:
7
+ \t. .venv/bin/activate; uvicorn api.main:app --reload --port 8000
8
+
9
+ test:
10
+ \t. .venv/bin/activate; pytest -q
11
+
12
+ pdf:
13
+ \tcd paper && tectonic EFL_3^627_Unified.tex