diff options
Diffstat (limited to 'rts/include/Makefile')
-rw-r--r-- | rts/include/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/rts/include/Makefile b/rts/include/Makefile new file mode 100644 index 0000000000..d0dc985cbe --- /dev/null +++ b/rts/include/Makefile @@ -0,0 +1,15 @@ +# ----------------------------------------------------------------------------- +# +# (c) 2009 The University of Glasgow +# +# This file is part of the GHC build system. +# +# To understand how the build system works and how to modify it, see +# https://gitlab.haskell.org/ghc/ghc/wikis/building/architecture +# https://gitlab.haskell.org/ghc/ghc/wikis/building/modifying +# +# ----------------------------------------------------------------------------- + +dir = rts/include +TOP = ../.. +include $(TOP)/mk/sub-makefile.mk |