Skip to content

Commit

Permalink
add runsrc target
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Leuschel <[email protected]>
  • Loading branch information
Michael Leuschel committed Dec 18, 2023
1 parent ced2092 commit 130c0ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
PROB2_HOME=$(HOME)/git_root/prob_prolog/
LOCAL=--include-build ../parsers_prob/
LOCAL2= $(LOCAL) --include-build ../sablecc-stups/
LOCAL3= $(LOCAL) --include-build ../java_prob2/

run-with-my-probcli:
./gradlew -PprobHome=$(PROB2_HOME) $(LOCAL2) run
runsrc:
./gradlew -PprobHome=$(PROB2_HOME) $(LOCAL3) run
offline:
./gradlew -PprobHome=$(PROB2_HOME) $(LOCAL) run --offline
run:
Expand Down

0 comments on commit 130c0ae

Please sign in to comment.