mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-11 12:12:51 -06:00
Set GF_LIB_PATH to the dist dir when building grammar-dist.
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
.PHONY: all test pretest langs present mathematical multimodal compiled treebank stat gfdoc clean
|
||||
.PHONY: show-path all test pretest langs present mathematical multimodal compiled treebank stat gfdoc clean
|
||||
|
||||
all: present mathematical multimodal langs compiled
|
||||
all: show-path present mathematical multimodal langs compiled
|
||||
|
||||
show-path:
|
||||
@echo GF_LIB_PATH=$(GF_LIB_PATH)
|
||||
|
||||
test:
|
||||
echo "gr -cat=Text -number=11 -prob | tb" | gf -nocf -probs=lang.gfprob langs.gfcm
|
||||
|
||||
Reference in New Issue
Block a user