Makefile revision 12590:e483f68d2aae
1
2../bin/x86/linux/threads: threads.cpp
3	g++ -o ../bin/x86/linux/threads threads.cpp -pthread -std=c++11
4