diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-09-16 17:00:38 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-09-16 17:00:38 +0100 |
commit | f4c3b9deb9f931cd2284bb0a368e3147f1f74669 (patch) | |
tree | c42820be82c56e960b71acdb85ece0288b4eb15b /Makefile | |
parent | 9bf09de19f4a541063610b63f439702c6c96f362 (diff) |
Add Makefile for installation
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0ee52ec --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +all : + ./bin/install + +clean : + ./bin/clean |