view src/xxd/Makefile @ 2974:59130cd78dfc v7.3.259

updated for version 7.3.259 Problem: Equivalence classes only work for latin characters. Solution: Add the Unicode equivalence characters. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Wed, 20 Jul 2011 17:58:20 +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