view src/xxd/Makefile @ 13771:9a5a120404bb

Added tag v8.0.1757 for changeset 2449b6ce145682f320a5a5cd57a36bc6b589d1e2
author Christian Brabandt <cb@256bit.org>
date Tue, 24 Apr 2018 18:45:07 +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