view src/xxd/Makefile @ 3272:3ab7f7a36bbf

Added tag v7-3-404 for changeset 8b928bc814a8
author Bram Moolenaar <bram@vim.org>
date Fri, 20 Jan 2012 14:32:27 +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