]> gitweb.hhaalo.de Git - scantopdf.git/commitdiff
add make file
authorBastian Dehn <hhaalo@arcor.de>
Mon, 1 Dec 2025 15:50:01 +0000 (16:50 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Mon, 1 Dec 2025 15:50:01 +0000 (16:50 +0100)
Makefile [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..361d7f9
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+all:
+       ./build-package
+
+clean:
+       rm -rf build
\ No newline at end of file