mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
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
|
||||
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user