view src/xxd/Makefile @ 4303:790238e5a46c v7.3.901

updated for version 7.3.901 Problem: Outdated comment, ugly condition. Solution: Update a few comments, break line.
author Bram Moolenaar <bram@vim.org>
date Mon, 15 Apr 2013 15:47:12 +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