view src/xxd/Makefile @ 16757:a4fcbc3db36e

Added tag v8.1.1380 for changeset ad0ef98aa5ed62e3bd55228cdd0ffed072350836
author Bram Moolenaar <Bram@vim.org>
date Fri, 24 May 2019 17:15:06 +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