Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed May 20, 2023
1 parent 8aa36e1 commit c0b8d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PORT=80

run:
poetry run ./render.py
poetry run render.py

min:
poetry run htmlmin _build/index.html _build/index.html
Expand Down

0 comments on commit c0b8d53

Please sign in to comment.