Skip to content

Commit

Permalink
recompile data
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisaaronland committed Sep 30, 2021
1 parent fe7c013 commit 1036c96
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*~
*~
bin
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
cli:
@make cli-lookup

cli-lookup:
go build -mod vendor -o bin/lookup cmd/lookup/main.go

compile:
@make compile-gates
@make compile-galleries
@make cli-lookup

compile-gates:
go run -mod vendor cmd/compile-gates-data/main.go
Expand Down
2 changes: 1 addition & 1 deletion data/galleries.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/gates.json

Large diffs are not rendered by default.

0 comments on commit 1036c96

Please sign in to comment.