diff --git a/Makefile b/Makefile index 0eb2ce5..6c361fe 100644 --- a/Makefile +++ b/Makefile @@ -40,6 +40,8 @@ tokenize: # Unfortunately, MacOS's tar cannot do that. UNAME := $(shell uname) ifeq ($(UNAME), Darwin) + brew install gnu-awk + brew install gnu-tar gnuxform := else gnuxform := --xform 's%^%m100le/%'