We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f2c05 commit 7f16b3bCopy full SHA for 7f16b3b
Makefile
@@ -0,0 +1,6 @@
1
+build: src/*
2
+ @jsonnet src/dracula.jsonnet -o dracula.json
3
+ @jsonnet src/transylvania.jsonnet -o transylvania.json
4
+
5
+format: src/*
6
+ @jsonnetfmt -i src/*.jsonnet src/*.libsonnet
0 commit comments