diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..ed7dc1b --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +all: + g++ -v mate.cpp -o mate +clean: + rm -v *.out mate diff --git a/a.out b/a.out deleted file mode 100755 index 0550507..0000000 Binary files a/a.out and /dev/null differ