Skip to content

Instantly share code, notes, and snippets.

@r2p2
Created February 19, 2012 10:52
Show Gist options
  • Select an option

  • Save r2p2/1863145 to your computer and use it in GitHub Desktop.

Select an option

Save r2p2/1863145 to your computer and use it in GitHub Desktop.
cd test/src && cp -aur * ../build/;
cd test/; make LIBNAME=utils-1.0
make[1]: Entering directory `/home/r2p2/git/xer/utils_lib/test'
g++ -o bin/test_utils-1.0 -L../lib/bin -lutils-1.0 -lpthread -lrt build/test_signal.o build/test_md5.o build/test_pipe.o build/test_thread.o build/test_databuffer.o build/test_sha256.o build/test_sha512.o build/test_uuid.o build/test_sha1.o build/main.o build/test.o
make[1]: Leaving directory `/home/r2p2/git/xer/utils_lib/test'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment