diff options
author | B. Watson <urchlay@slackware.uk> | 2022-07-02 20:04:42 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-07-02 20:04:42 -0400 |
commit | 558aa4063051f7a2dbc90a208305d898408038c5 (patch) | |
tree | 60f1aaf21c6a0427453a0269879aac61b4748643 /Makefile | |
parent | 357902a96c1d0df69f5580d961cbff7d146b800d (diff) | |
download | sbo-maintainer-tools-558aa4063051f7a2dbc90a208305d898408038c5.tar.gz |
sbofixinfo: added (moved from sbostuff repo)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ MAN1DIR=$(MANDIR)/man1 DOCDIR=$(PREFIX)/doc/$(PROJ)-$(VERSION) DOCS=README QUICKSTART TODO pre-commit-sbolint -SCRIPTS=sbopkglint sbolint +SCRIPTS=sbopkglint sbolint sbofixinfo all: @echo "Use 'make install PREFIX=<path>' to install $(PROJ)." |