mirror of https://github.com/BOINC/boinc.git
5 lines
88 B
Makefile
5 lines
88 B
Makefile
|
all: boinc_gahp
|
||
|
|
||
|
boinc_gahp: boinc_gahp.cpp
|
||
|
g++ -lpthread -o boinc_gahp boinc_gahp.cpp
|