diff options
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | README.md | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..bc1e801 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +update_gitweb_readme: + markdown README.md | ssh git readme miguel/haskell set diff --git a/README.md b/README.md new file mode 100644 index 0000000..711c9ba --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Miguel's Haskell Collections + +A collection of some small haskell sources of mine. |
