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