mirror of
https://github.com/lucaspalomodevelop/Mate-Rechner.git
synced 2026-03-20 01:36:09 +00:00
5 lines
55 B
Makefile
5 lines
55 B
Makefile
all:
|
|
g++ -v mate.cpp -o mate
|
|
clean:
|
|
rm -v *.out mate
|