diff options
| author | fumingwei <[email protected]> | 2023-03-28 19:06:49 +0800 |
|---|---|---|
| committer | fumingwei <[email protected]> | 2023-03-28 19:06:49 +0800 |
| commit | 1e22236b3fdce7446422fedb03594cf09c3d4cfb (patch) | |
| tree | ba2f884e6a9b9ad39cc255f1445b0492ad8b7553 /test/Makefile | |
| parent | 1b65cc6b0cabca68f7e731a5d201dc1071bbd48d (diff) | |
bugfix:1.将MESA_field_stat2改为fieldstat3 2.修复develop分支编译失败问题v3.0.1refactor-fieldstat3
Diffstat (limited to 'test/Makefile')
| -rw-r--r-- | test/Makefile | 7 |
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 - |
