Skip to content

Commit

Permalink
Added an explicit all: target.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav committed Jul 26, 2024
1 parent 3f750b2 commit 6a610c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ SCALA_RUN=$(JAVA_ENV) COURSIER_CACHE=/workspace/coursier-cache scala-cli run --s

BIOLINK=v3.4.3

# Phony targets
.PHONY: all

all: kg.tsv
echo All done.

owlrl-datalog:
git clone https://github.com/balhoff/owlrl-datalog.git

Expand Down

0 comments on commit 6a610c8

Please sign in to comment.