abuse-the-force/Makefile
2017-08-23 10:36:20 -07:00

12 lines
115 B
Makefile

# Simple makefile to call rake
.PHONY: default
default:
rake install
build:
rake build
install:
rake install