piped-redirection/Makefile
2023-10-30 14:16:48 +09:00

7 lines
117 B
Makefile

.PHONY: build
build: dist/web-ext.zip
dist/web-ext.zip:
mkdir -p "$(dir $@)"
cd src \
; zip -r "$(abspath $@)" .