2
0
Эх сурвалжийг харах

- Allow using make also in db subdirectory

Jan Janak 18 жил өмнө
parent
commit
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)
+