view src/xxd/Makefile @ 24975:acf2c62bee13

Added tag v8.2.3024 for changeset 2d4cef0a8faa366f7343d7abee779046fc2c4f2f
author Bram Moolenaar <Bram@vim.org>
date Sun, 20 Jun 2021 15:15: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