summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/Makefile b/test/Makefile
deleted file mode 100644
index 0718719..0000000
--- a/test/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-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
-