浏览代码

- Allow using make also in db subdirectory

Jan Janak 18 年之前
父节点
当前提交
ad09754f70
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      db/Makefile

+ 8 - 0
db/Makefile

@@ -0,0 +1,8 @@
+#
+# This is a convenience make which just runs the makefile
+# in parent directory
+#
+
+all clean distclean:
+	$(MAKE) -C .. $(MAKECMDGOALS)
+