mirror of
https://github.com/ViViDboarder/abuse-the-force.git
synced 2024-11-22 04:06:30 +00:00
12 lines
115 B
Makefile
12 lines
115 B
Makefile
|
# Simple makefile to call rake
|
||
|
.PHONY: default
|
||
|
|
||
|
default:
|
||
|
rake install
|
||
|
|
||
|
build:
|
||
|
rake build
|
||
|
|
||
|
install:
|
||
|
rake install
|