summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 36dbb5c533a85550f27bd0f7f2e4a73661c1556e (plain)
1
2
3
4
all: build

build:
	zip -r stash-webext.zip . --exclude '.git/*' --exclude '.gitignore' --exclude 'Makefile'