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