Mercurial > vim
view src/xxd/Makefile @ 8007:ac78cba9e72b v7.4.1298
commit https://github.com/vim/vim/commit/d6a8d48587b2ff43c343fa365898576cc1e235ea
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Feb 10 20:32:20 2016 +0100
patch 7.4.1298
Problem: When the channel test fails in an unexpected way the server keeps
running.
Solution: Use try/catch. (Ozaki Kiichi)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Wed, 10 Feb 2016 20:45:05 +0100 |
parents | 3fc0f57ecb91 |
children | 941f7dc1c7dd |
line wrap: on
line source
# The most simplistic Makefile xxd: xxd.c $(CC) $(CFLAGS) $(LDFLAGS) -DUNIX -o xxd xxd.c clean: rm -f xxd xxd.o