Mate-Rechner/Makefile
2022-11-09 14:18:45 +01:00

5 lines
55 B
Makefile

all:
g++ -v mate.cpp -o mate
clean:
rm -v *.out mate