From e8cf14e2b578e68a50c0f49b89e4a72a0490eacb Mon Sep 17 00:00:00 2001 From: Gitea Date: Mon, 16 May 2022 18:16:23 +0300 Subject: [PATCH] make install --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 20199c6..3954e5e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,8 @@ all: g++ -static -std=c++17 -O2 src/anicons.cpp -o anicons +install: all + mv anicons /usr/local/bin + clean: rm -f anicons \ No newline at end of file