view src/xxd/Makefile @ 6743:a0990bffa463

Added tag v7-4-694 for changeset cdddbd63bcfe
author Bram Moolenaar <bram@vim.org>
date Mon, 13 Apr 2015 12:58:12 +0200
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