Skip to content

Commit

Permalink
Better packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
L3337 committed Nov 25, 2023
1 parent a313653 commit 7074e5a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ DESTDIR ?=
SG_DIR = $(DESTDIR)$(PREFIX)/lib/$(MAJOR)

all:
zip -r $(MAJOR)-$(MINOR).zip src/*
rm -rf $(MAJOR)-$(MINOR)/
cp -r src $(MAJOR)-$(MINOR)
zip -r $(MAJOR)-$(MINOR).zip $(MAJOR)-$(MINOR)
rm -rf $(MAJOR)-$(MINOR)/

clean:
rm -f *.zip
Expand Down

0 comments on commit 7074e5a

Please sign in to comment.