ref: ebb16275cc0193d2caa3985f3914c08bc0e24e5f
parent: a38e9e1dc0e0957dcf1b4b4f14d49b79e80d65a3
author: aiju <devnull@localhost>
date: Tue Jul 10 11:18:48 EDT 2018
drawterm.app rule breaks osx build; delete it
--- a/Make.osx-cocoa
+++ b/Make.osx-cocoa
@@ -13,11 +13,8 @@
TARG=drawterm
AUDIO=none
-all: default gui-cocoa/drawterm.app/drawterm
+all: default
libmachdep.a:
arch=`uname -m|sed 's/i.86/386/;s/x86_64/amd64/'`; \
(cd posix-$$arch && make)
-
-gui-cocoa/drawterm.app/drawterm: drawterm
- cp $< $@