view src/xxd/Makefile @ 22350:416fa143fa2d

Added tag v8.2.1723 for changeset b66a2e046c2e4c53ba71febbae205433c109b3f5
author Bram Moolenaar <Bram@vim.org>
date Mon, 21 Sep 2020 22: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