Skip to content

Commit

Permalink
Add release target to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jtackaberry committed Dec 23, 2021
1 parent 7bed0f3 commit b10db57
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 @@ -46,6 +46,11 @@ build/pkg/luadox/version.py: .git/refs/tags .git/refs/heads
docker: luadox
docker build --pull .

.PHONY: release
release: build/luadox
cd build && tar zcf $(RELEASE).tar.gz luadox
cd build && zip $(RELEASE).zip luadox


.PHONY: clean
clean:
Expand Down

0 comments on commit b10db57

Please sign in to comment.