mirror of
https://github.com/huhu/rust-search-extension
synced 2024-11-14 15:47:12 +00:00
Add manifest file
This commit is contained in:
parent
50574f9073
commit
d88d8c4073
1 changed files with 4 additions and 0 deletions
4
Makefile
Normal file
4
Makefile
Normal file
|
@ -0,0 +1,4 @@
|
|||
.PHONY: manifest
|
||||
|
||||
manifest:
|
||||
@jsonnet $@.jsonnet --ext-str browser=$(browser) -o extension/$@.json
|
Loading…
Reference in a new issue