jes-ruby/Makefile

12 lines
89 B
Makefile

.PHONY: all
all:
@rake $@
.PHONY: test
test:
@rake $@
.PHONY: clean
clean:
@rake $@