Skip to content

Commit

Permalink
Makefile: fix build and dist by making them phony
Browse files Browse the repository at this point in the history
  • Loading branch information
rrthomas committed Jan 19, 2025
1 parent 06988bf commit 81edc8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ README.md: rpl README.md.in Makefile
printf '\n```\n' >> README.md
PYTHONPATH=. python -m rpl --help >> README.md
printf '```\n' >> README.md

.PHONY: build dist

0 comments on commit 81edc8c

Please sign in to comment.