Mate-Rechner/Makefile

9 lines
135 B
Makefile

all:
g++ -v mate.cpp mate.hpp -o mate
clean:
rm -v mate
install:
sudo cp -v mate /usr/bin/mate
uninstall:
sudo rm -v /usr/bin/mate