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