Skip to content
Snippets Groups Projects
Commit f2642b11 authored by David Schneider's avatar David Schneider
Browse files

Mark Makefile targets as PHONY

parent bf57a3e2
No related branches found
No related tags found
No related merge requests found
.PHONY: build
build:
./gradlew createJar
.PHONY: install
install:
echo "installing to local probcli/lib folder:"
mv build/libs/tlc4b-1.0.*.jar ../../prob_prolog/lib/TLC4B.jar
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment