]> mj.ucw.cz Git - home-hw.git/commitdiff
Auto: A simple Makefile for installation
authorMartin Mares <mj@ucw.cz>
Wed, 13 Jul 2022 12:52:25 +0000 (14:52 +0200)
committerMartin Mares <mj@ucw.cz>
Wed, 13 Jul 2022 12:52:25 +0000 (14:52 +0200)
auto/Makefile [new file with mode: 0644]

diff --git a/auto/Makefile b/auto/Makefile
new file mode 100644 (file)
index 0000000..2d2e22c
--- /dev/null
@@ -0,0 +1,8 @@
+all:
+
+install: burrow-auto
+       install burrow-auto /usr/local/sbin/
+
+clean:
+
+.PHONY: all install clean