Add Makefile

This commit is contained in:
ViViDboarder 2017-08-23 10:36:20 -07:00
parent 37be12dee1
commit 8d914f7e7b
1 changed files with 11 additions and 0 deletions

11
Makefile Normal file
View File

@ -0,0 +1,11 @@
# Simple makefile to call rake
.PHONY: default
default:
rake install
build:
rake build
install:
rake install