Subversion Repositories oidinfo_api

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 daniel-mar 1
 
2
all: oid_lookup_srv
3
 
4
oid_lookup_srv: oid_lookup_srv.cpp
5
	g++ -std=c++11 -lgmpxx -Wall -fopenmp -O3 -mtune=native -pipe -O3 -mtune=native -o oid_lookup_srv oid_lookup_srv.cpp
6
 
7
clean:
8
	rm -f  *.o
9
	# TODO: if [ -f ... ] then rm
10
	rm oid_lookup_srv