From 2d5707c7479eacb3b1ad98e01b53f56a88f8fb78 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 18:14:31 +0200 Subject: Adding upstream version 3.2.7. Signed-off-by: Daniel Baumann --- support/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 support/Makefile (limited to 'support/Makefile') diff --git a/support/Makefile b/support/Makefile new file mode 100644 index 0000000..c6a1e30 --- /dev/null +++ b/support/Makefile @@ -0,0 +1,6 @@ +all: savetransfer + +savetransfer: savetransfer.o + +clean: + rm -f *.o savetransfer -- cgit v1.2.3