diff options
author | David Thompson <dthompson@member.fsf.org> | 2013-07-20 13:06:27 -0400 |
---|---|---|
committer | David Thompson <dthompson@member.fsf.org> | 2013-07-20 13:06:27 -0400 |
commit | f442288d494673c2d4b90385b44b16a918c0ba9f (patch) | |
tree | ebe84e117fc069026603c0f5fb477a7e86d3f206 /Makefile | |
parent | d55d73ddbb89cdf418f93280e16aff074af00ad5 (diff) |
Add Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..4461578 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +# This makefile might be more useful eventually. + +install: + ./install.sh |