Mercurial > vim
view src/xxd/Makefile @ 1796:4589d1792c03 v7.2.094
updated for version 7.2-094
author | vimboss |
---|---|
date | Wed, 04 Feb 2009 10:20:58 +0000 |
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