summaryrefslogtreecommitdiffstats
path: root/languages/cpp/debugger/tests/threads/Makefile
blob: 8db14799d6277e61d0cefc50c0cd55625ebcf991 (plain)
1
2
3
4

threads: threads.cpp
	g++ -g -othreads threads.cpp -pthread