view src/xxd/Makefile @ 17721:e17680ecb70d

Added tag v8.1.1857 for changeset 844f470532b65e0ea9a3f2fc05d9bc57d02b6683
author Bram Moolenaar <Bram@vim.org>
date Fri, 16 Aug 2019 20:45:05 +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