view src/xxd/Makefile @ 4573:37e444aeb33b v7.3.1034

updated for version 7.3.1034 Problem: New regexp code using strange multi-byte code. Solution: Use the normal code to advance and backup pointers.
author Bram Moolenaar <bram@vim.org>
date Tue, 28 May 2013 22:30:35 +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