diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0f02695 --- /dev/null +++ b/Makefile @@ -0,0 +1,11 @@ +# Simple makefile to call rake +.PHONY: default + +default: + rake install + +build: + rake build + +install: + rake install