view src/xxd/Makefile @ 21420:2df8f745a622

Added tag v8.2.1260 for changeset e4449560f18db18b6fd5570d3083c7d32308a5db
author Bram Moolenaar <Bram@vim.org>
date Tue, 21 Jul 2020 19: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