Skip to content

Commit

Permalink
Add clean make target
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Nov 15, 2024
1 parent eebdadb commit 06f37e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ VERSION = $(shell perl -nE '/^version\s*=\s*"([^"]+)/ && do { say $$1; exit }' C
.PHONY: release-notes # Show release notes for current version (must have `mknotes` in PATH).
release-notes: CHANGELOG.md
mknotes -v v$(VERSION) -f $< -r https://github.com/$(or $(GITHUB_REPOSITORY),pgxn/meta)

.PHONY: clean # Remove generated files
clean:
@rm -rf target

0 comments on commit 06f37e6

Please sign in to comment.