This commit is contained in:
hyperbel 2022-11-09 14:18:45 +01:00
parent 43af7ac661
commit 39bf60ae23
2 changed files with 4 additions and 0 deletions

4
Makefile Normal file
View File

@ -0,0 +1,4 @@
all:
g++ -v mate.cpp -o mate
clean:
rm -v *.out mate

BIN
a.out

Binary file not shown.