diff options
| author | Martin Czygan <martin.czygan@gmail.com> | 2021-05-05 15:55:39 +0200 |
|---|---|---|
| committer | Martin Czygan <martin.czygan@gmail.com> | 2021-05-05 15:55:39 +0200 |
| commit | 634b7b7d910ddb20c5af0722de41ef5ccded7358 (patch) | |
| tree | d83f5fb36dc4c98035511059202fc51dc676ee54 /skate/Makefile | |
| parent | a380bffa5fb0cf20ee84ede6fa590bf38e3675f8 (diff) | |
| parent | 134752c2a160986c13d6c2b9428cb2720ed382d0 (diff) | |
| download | refcat-634b7b7d910ddb20c5af0722de41ef5ccded7358.tar.gz refcat-634b7b7d910ddb20c5af0722de41ef5ccded7358.zip | |
Merge branch 'master' of git.archive.org:martin/cgraph
* 'master' of git.archive.org:martin/cgraph: (24 commits)
update notes
make: run go mod tidy after build
add test for ParseUnstructured
remove stub file
tweaks; move parsing out of command
skate-map: a bit more help output
update docs
set: some tweaks
update README
update deps
start overview docs
update README
update docs
map is a reference type
fix a typo
implement a few flags as mapper middleware
update ignore files
update deps
rename skate-ref-to-release to skate-conv
update README
...
Diffstat (limited to 'skate/Makefile')
| -rw-r--r-- | skate/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/skate/Makefile b/skate/Makefile index 9bc70c2..39858bb 100644 --- a/skate/Makefile +++ b/skate/Makefile @@ -1,5 +1,5 @@ SHELL := /bin/bash -TARGETS := skate-ref-to-release skate-derive-key skate-cluster skate-verify skate-to-doi skate-bref-id skate-from-unstructured skate-wikipedia-doi skate-dot skate-map +TARGETS := skate-conv skate-derive-key skate-cluster skate-verify skate-to-doi skate-bref-id skate-from-unstructured skate-wikipedia-doi skate-dot skate-map PKGNAME := skate .PHONY: test @@ -13,6 +13,7 @@ generate: .PHONY: all all: generate $(TARGETS) + go mod tidy %: cmd/%/main.go go build -o $@ $< |
