1
0
forked from GitHub/gf-core

chmod mkPresent in make all in lib/resource-1.0

This commit is contained in:
bringert
2007-09-13 08:25:46 +00:00
parent 9b5d2fb923
commit e902ce7f71

View File

@@ -20,7 +20,10 @@ GFCCP=$(GFCC) -preproc=./mkPresent
.PHONY: show-path all prelude test alltenses pretest langs present mathematical multimodal compiled treebank stat gfdoc clean api
all: show-path prelude present alltenses mathematical api multimodal langs compiled
all: chmod show-path prelude present alltenses mathematical api multimodal langs compiled
chmod:
chmod a+x mkPresent
show-path:
@echo GF_LIB_PATH=$(GF_LIB_PATH)