Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
oops
  • Loading branch information
aaronbell committed Oct 13, 2023
1 parent 257770f commit 52a0435
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ latin: venv

build: venv latin

venv/touchfile: requirements.txt
test -d venv || python3 -m venv venv
. venv/bin/activate; pip install -Ur requirements.txt
touch venv/touchfile

clean:
rm -rf venv
find -iname "*.ufo" -delete
Expand Down

0 comments on commit 52a0435

Please sign in to comment.