abuse-the-force/Makefile

12 lines
115 B
Makefile

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