aboutsummaryrefslogtreecommitdiffhomepage
path: root/performance-test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'performance-test/Makefile')
-rw-r--r--performance-test/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/performance-test/Makefile b/performance-test/Makefile
new file mode 100644
index 00000000..de492a7c
--- /dev/null
+++ b/performance-test/Makefile
@@ -0,0 +1,7 @@
+# See Makefile.local for the list of files to be compiled in this
+# directory.
+all:
+ $(MAKE) -C .. all
+
+.DEFAULT:
+ $(MAKE) -C .. $@