view src/xxd/Makefile @ 3612:18c6b1752d0b v7.3.566

updated for version 7.3.566 Problem: Redo after completion does not work correctly when refresh: always is not used. (Raymond Ko) Solution: Check the compl_opt_refresh_always flag. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Wed, 20 Jun 2012 22:56:02 +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