view src/xxd/Makefile @ 19604:5ca07850fef0

Added tag v8.2.0358 for changeset 6d3c683466f4f1430792cf586bd6668259a82a83
author Bram Moolenaar <Bram@vim.org>
date Fri, 06 Mar 2020 20:45:05 +0100
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