diff options
Diffstat (limited to 'data/ed/make.sh')
-rw-r--r-- | data/ed/make.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/ed/make.sh b/data/ed/make.sh new file mode 100644 index 000000000..3504cbff8 --- /dev/null +++ b/data/ed/make.sh @@ -0,0 +1,5 @@ +pkg:extract +cd * +./configure --prefix=/usr +make CC=arm-apple-darwin-gcc +pkg:install |