added a makefile

This commit is contained in:
Return0ne 2021-07-13 10:20:43 -04:00
parent 33d9a70935
commit 0aa3c87ae4
1 changed files with 2 additions and 0 deletions

2
Makefile Normal file
View File

@ -0,0 +1,2 @@
soup: main.cpp
g++ main.cpp -o soup