update submodules for GHC.HetMet.GArrow -> Control.GArrow renaming
[ghc-hetmet.git] / libraries / Makefile
index 238a73b..ffebff6 100644 (file)
@@ -1,7 +1,16 @@
 dir = libraries
 TOP = ..
+SPEC_TARGETS = 1
 include $(TOP)/mk/sub-makefile.mk
 
 .PHONY: 1
 1 :
        +$(TOPMAKE) stage1_libs
+
+.PHONY: extra-help
+help : extra-help
+extra-help :
+       @echo "  make 1"
+       @echo
+       @echo "     Build all libraries that are built by the stage1 GHC"
+       @echo