diff options
author | Ian Lynagh <igloo@earth.li> | 2009-05-08 23:29:20 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-05-08 23:29:20 +0000 |
commit | f4bce9ad55aedaf53f247b84dd3ac7319fbbdd0e (patch) | |
tree | 69fa6ef373faa4d41e6f82867aee1c72225cf509 /libraries | |
parent | f986a83107850e6031a0635d49fe99d8a3e9085e (diff) | |
download | haskell-f4bce9ad55aedaf53f247b84dd3ac7319fbbdd0e.tar.gz |
Add a Makefile in libraries/
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/Makefile b/libraries/Makefile new file mode 100644 index 0000000000..900b63971f --- /dev/null +++ b/libraries/Makefile @@ -0,0 +1,3 @@ +dir = libraries +TOP = .. +include $(TOP)/mk/sub-makefile.mk |