test
This commit is contained in:
parent
712c8a2bf3
commit
bc2cdb51f4
3 changed files with 19 additions and 0 deletions
9
Makefile
Normal file
9
Makefile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
all: test main
|
||||
|
||||
main:
|
||||
g++ main.cpp -o main
|
||||
|
||||
test:
|
||||
g++ test.cpp -o test
|
||||
./test
|
||||
Loading…
Add table
Add a link
Reference in a new issue