diff options
author | Nick White <git@njw.me.uk> | 2012-06-10 18:52:35 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2012-06-10 18:52:35 +0100 |
commit | d15e4625dc66a185780cc44eff884284ac75301f (patch) | |
tree | f3984a893eac6dc40bf05f351d32d0dcf2fbc4db /Makefile | |
parent | 9490f1f04b5a33be6259017ce5d33cb5c9f9ba11 (diff) |
Add comment on status of osx make rule
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -96,6 +96,7 @@ dist-win: $(BIN) $(GUI:.tcl=.exe) echo $(NAME)-$(VERSION)-win.zip $(NAME)-$(VERSION)-win.zip.sig # needs to be run from a mac +# currently unused thanks to kind homebrew people packaging it dist-mac: $(BIN) $(GUI) mkdir -p $(NAME)-$(VERSION)/$(NAME).app/Contents/MacOS mkdir -p $(NAME)-$(VERSION)/$(NAME).app/Contents/Resources |