From aed8ce9da277f5ecffe968b324f242c41c3b752a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 10:50:31 +0200 Subject: Adding upstream version 2:9.0.1378. Signed-off-by: Daniel Baumann --- src/xxd/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/xxd/Makefile (limited to 'src/xxd/Makefile') diff --git a/src/xxd/Makefile b/src/xxd/Makefile new file mode 100644 index 0000000..97bbcc7 --- /dev/null +++ b/src/xxd/Makefile @@ -0,0 +1,7 @@ +# The most simplistic Makefile + +xxd: xxd.c + $(CC) $(CFLAGS) $(LDFLAGS) -DUNIX -o xxd xxd.c + +clean: + rm -f xxd xxd.o -- cgit v1.2.3