mirror of
https://github.com/huhu/rust-search-extension
synced 2024-11-14 23:57:07 +00:00
4 lines
99 B
Makefile
4 lines
99 B
Makefile
.PHONY: manifest
|
|
|
|
manifest:
|
|
@jsonnet $@.jsonnet --ext-str browser=$(browser) -o extension/$@.json
|