view src/xxd/Makefile @ 13813:e891b5f7a3fb

Added tag v8.0.1778 for changeset 9d6cd12ae7bcca3693de4c7d3278377634971842
author Christian Brabandt <cb@256bit.org>
date Mon, 30 Apr 2018 16:00: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