view src/xxd/Makefile @ 9067:5b17dee417e5

Added tag v7.4.1818 for changeset c7bdd383275d96c6d656935d6e91c3c4ab57ca9c
author Christian Brabandt <cb@256bit.org>
date Thu, 05 May 2016 17:30:08 +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