diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..2583fc5 --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ +build: + g++ -o file $(file) + +runb: + g++ -o file $(file) + clear + .\file.exe + +clean: + rm *.exe \ No newline at end of file