Skip to content

Commit

Permalink
Reduce documentation of re-build cleanups
Browse files Browse the repository at this point in the history
References:
* #373

Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Jun 2, 2022
1 parent b6f1ce0 commit e04a980
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,9 @@ all: \
# confirmed before moving file into position. (This practice will
# probably require frequent updates, unless a signed checksum for the
# jar can be retrieved somehow.)
# In case there are concerns on potentially multiple writes to the same
# file, the documentation for wget's "--output-document file" flag notes
# that "... file will be truncated immediately, and all downloaded
# content will be written there."
rdf-toolkit.jar:
test -r rdf-toolkit.jar.sha512
rm -f $@_
# Try retrieval from files.caseontology.org.
wget \
--output-document $@_ \
Expand Down

0 comments on commit e04a980

Please sign in to comment.