view src/xxd/Makefile @ 18859:5b30956b26a4

Added tag v8.1.2415 for changeset 539c05ea2d3aafbf0aec73eb4802f3d971e992e9
author Bram Moolenaar <Bram@vim.org>
date Tue, 10 Dec 2019 22:00:05 +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