Skip to content

Commit 7f16b3b

Browse files
committed
Add makefile
1 parent f6f2c05 commit 7f16b3b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

+6
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)