diff options
Diffstat (limited to 'externals/gridflow/tests/Makefile')
-rw-r--r-- | externals/gridflow/tests/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/externals/gridflow/tests/Makefile b/externals/gridflow/tests/Makefile deleted file mode 100644 index 6f81ac9f..00000000 --- a/externals/gridflow/tests/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -all:: malloc-test - -COMMON = Makefile - -malloc-test: malloc-test.c $(COMMON) - g++ -xc++ -O3 malloc-test.c -o malloc-test - |