piped-redirection/Makefile

8 lines
143 B
Makefile
Raw Normal View History

2023-10-30 14:16:48 +09:00
.PHONY: build
build: dist/web-ext.zip
2023-10-30 14:47:51 +09:00
dist/web-ext.zip: $(shell find src -type f)
2023-10-30 14:16:48 +09:00
mkdir -p "$(dir $@)"
cd src \
; zip -r "$(abspath $@)" .