summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-11-06 17:54:08 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-11-06 17:54:08 -0400
commit2e8f24c114893c871b6295f283d14b087e862b1a (patch)
treeab56adaea3a1d2f67a78ecdc4af4805d6ad8d584 /Makefile
parent344a645b5a977bc277b9eb8c0a03496047b01a49 (diff)
parent48f301e353a728c328f6406a8c18f1da8d9de331 (diff)
Merge branch 'master' of github.com:pret/pokediamond into pikalax_work
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a76da89a..26b6e98e 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ WINE := wine
UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S),Darwin)
GREP := grep -E
-SED := perl -p -e
+SED := gsed -r
else
GREP := grep -P
SED := sed -r