view src/xxd/Makefile @ 6542:f52b5c1d7bb0

Added tag v7-4-597 for changeset c124a8f34ed1
author Bram Moolenaar <bram@vim.org>
date Tue, 27 Jan 2015 13:49:31 +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