view src/xxd/Makefile @ 17874:3d22626f9c09

Added tag v8.1.1933 for changeset d50a5faa75bd04afd4d1d2ddccd9e3b0684dbcdb
author Bram Moolenaar <Bram@vim.org>
date Tue, 27 Aug 2019 23:00: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