diff options
| author | Miguel <m.i@gmx.at> | 2019-02-25 17:30:57 +0100 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2019-02-25 17:30:57 +0100 |
| commit | 95fd10974e661499a4bb2bf68b5498468d62e118 (patch) | |
| tree | 165fe75de7c6780f0678126ce5df363f0e4ed1d7 | |
first commit
| -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. |
