8 lines
63 B
Makefile
8 lines
63 B
Makefile
.PHONY: default
|
|
default:
|
|
rake $@
|
|
|
|
.PHONY: test
|
|
test:
|
|
rake $@
|