install thing in makefile

This commit is contained in:
hyperbel 2022-11-09 14:21:41 +01:00
parent 8a4537d0cb
commit b341a838f2
2 changed files with 4 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*.out
mate

View File

@ -2,3 +2,5 @@ all:
g++ -v mate.cpp -o mate
clean:
rm -v *.out mate
install:
sudo cp mate /usr/bin/mate