5 lines
30 B
Makefile
5 lines
30 B
Makefile
|
|
.PHONY: test
|
|
test:
|
|
jpm test
|
|
|
.PHONY: test
|
|
test:
|
|
jpm test
|