Kaffee-Rechner/Makefile
2023-08-05 16:16:40 +02:00

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