forked from GitHub/gf-core
Use $(MAKE) instead of 'make'. This should help on systems where GNU make is called gmake.
This commit is contained in:
@@ -23,7 +23,7 @@ GFCCP=$(GFCC) -preproc=./mkPresent
|
|||||||
.PHONY: show-path all prelude test alltenses pretest langs present mathematical multimodal compiled treebank stat gfdoc clean api
|
.PHONY: show-path all prelude test alltenses pretest langs present mathematical multimodal compiled treebank stat gfdoc clean api
|
||||||
|
|
||||||
new:
|
new:
|
||||||
export GF='../../bin/gf -s' ; export GF_LIB_PATH='..'; make -e all
|
export GF='../../bin/gf -s' ; export GF_LIB_PATH='..'; $(MAKE) -e all
|
||||||
|
|
||||||
all: chmod show-path prelude present alltenses mathematical api langs compiled
|
all: chmod show-path prelude present alltenses mathematical api langs compiled
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user