view src/xxd/Makefile @ 25793:163ca9be90bc

Added tag v8.2.3431 for changeset 47864a0f9055707ffccb3bdb1817f5ccbee9a958
author Bram Moolenaar <Bram@vim.org>
date Sun, 12 Sep 2021 16:00:04 +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