aboutsummaryrefslogtreecommitdiff
path: root/tools/gator/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gator/Makefile')
-rw-r--r--tools/gator/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/gator/Makefile b/tools/gator/Makefile
new file mode 100644
index 000000000000..4ab73b0ebedb
--- /dev/null
+++ b/tools/gator/Makefile
@@ -0,0 +1,4 @@
+all:
+ $(MAKE) -C daemon $@
+clean:
+ $(MAKE) -C daemon $@