Преглед изворни кода

- 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)
+