view src/xxd/Makefile @ 5250:71ba628fe723

Added tag v7-4b-001 for changeset 47a09a572ea6
author Bram Moolenaar <bram@vim.org>
date Thu, 01 Aug 2013 13:20:42 +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