add a build guide
This commit is contained in:
parent
0aa3c87ae4
commit
3c731e9b9c
5 changed files with 15 additions and 6 deletions
4
Makefile
4
Makefile
|
@ -1,2 +1,2 @@
|
|||
soup: main.cpp
|
||||
g++ main.cpp -o soup
|
||||
soup: src/main.cpp
|
||||
g++ src/main.cpp -o soup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue