view src/xxd/Makefile @ 20849:a13abf01e8cd

Added tag v8.2.0976 for changeset d3fa0d29fa9ae6f8add787c4313fb8a5308914c6
author Bram Moolenaar <Bram@vim.org>
date Sun, 14 Jun 2020 14:00:03 +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