view src/xxd/Makefile @ 26425:976b5fc1ff82

Added tag v8.2.3743 for changeset f6ca4276c4cc31df5a8f1c30965f714a91f994c7
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Dec 2021 14:15:03 +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