From 1f7fb66baee1b1c655eafef51b7603c2773a6a84 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Mon, 19 Jun 2023 22:38:59 +0200 Subject: Added features hehe --- makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 makefile (limited to 'makefile') diff --git a/makefile b/makefile new file mode 100644 index 0000000..c51bf60 --- /dev/null +++ b/makefile @@ -0,0 +1,7 @@ +TARGET=vault +PREFIX?=/usr/local + +install: + @mkdir -p $(PREFIX)/bin + @cp -f $(TARGET).sh $(PREFIX)/bin/$(TARGET) + @chmod 755 $(PREFIX)/bin/$(TARGET) -- cgit v1.2.3