summaryrefslogtreecommitdiff
path: root/test/Makefile
blob: 07187198ca82b28ffe62ef2280c595e392aaad86 (plain)
1
2
3
4
5
6
7
LIBS=../lib/libMESA_field_stat2.so.*
INC=-I../inc/
all:
	g++ -o fs2_test -g -Wall fs2_test.cpp $(INC) $(LIBS) -lpthread
clean:
	rm fs2_test fs2_test.status* -f