Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
6185 commits behind, 2 commits ahead of the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Makefile 266 B
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