To make the library, do:
cd src/
make
cd ../
The library will be created in lib/

To make the test program, do:
cd test/
make
This will create the test program "test1".
