mirror of
https://github.com/ViViDboarder/abuse-the-force.git
synced 2024-11-21 22:46:27 +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
|