We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7a6d77 commit abe5ff4Copy full SHA for abe5ff4
Makefile
@@ -1,5 +1,10 @@
1
+GO := $(shell which go)
2
WGET := $(shell which wget)
3
4
+.PHONY: generate
5
+generate: data
6
+ OUT_DIR=$(CURDIR) DATA_DIR=$(CURDIR)/data $(GO) run ./scripts/generate
7
+
8
.PHONY: data
9
data: data/ucd.all.flat.zip data/ucd.all.grouped.zip
10
0 commit comments