Skip to content

Commit

Permalink
makefile: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
miku committed Jan 4, 2022
1 parent 4a079c5 commit 8435bf3
Showing 1 changed file with 22 additions and 5 deletions.
27 changes: 22 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,26 @@
SHELL = /bin/bash
TARGETS = span-import span-export span-tag span-redact span-check \
span-oa-filter span-update-labels span-crossref-snapshot span-local-data \
span-freeze span-review span-compare span-webhookd span-report span-hcov \
span-amsl-discovery span-crossref-members span-genios-modules span-tagger \
span-folio span-crossref-sync
TARGETS = span-check \
span-compare \
span-crossref-snapshot \
span-export \
span-freeze \
span-hcov \
span-import \
span-local-data \
span-oa-filter \
span-redact \
span-report \
span-review \
span-tag \
span-update-labels \
span-webhookd \
span-amsl-discovery \
span-crossref-members \
span-crossref-sync \
span-folio \
span-genios-modules \
span-tagger

PKGNAME = span

.PHONY: all assets bench clean clean-docs cloc deb deps imports lint members names rpm test vet
Expand Down

0 comments on commit 8435bf3

Please sign in to comment.