From: Martin Mares Date: Wed, 13 Jul 2022 12:52:25 +0000 (+0200) Subject: Auto: A simple Makefile for installation X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=01af419d2f4b7d34f5359088e241e64c3fe1db50;p=home-hw.git Auto: A simple Makefile for installation --- diff --git a/auto/Makefile b/auto/Makefile new file mode 100644 index 0000000..2d2e22c --- /dev/null +++ b/auto/Makefile @@ -0,0 +1,8 @@ +all: + +install: burrow-auto + install burrow-auto /usr/local/sbin/ + +clean: + +.PHONY: all install clean