view src/xxd/Makefile @ 19034:a26574e0c267

Added tag v8.2.0077 for changeset f0312cf3c792a07ee66fcb99faa312b289de85c4
author Bram Moolenaar <Bram@vim.org>
date Thu, 02 Jan 2020 14:15:06 +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