view src/xxd/Makefile @ 28748:2a275e203f8b

Added tag v8.2.4898 for changeset fb86364889a4056b27e63691435b4801e34e181d
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 May 2022 11:15:04 +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