7 lines
No EOL
84 B
Makefile
7 lines
No EOL
84 B
Makefile
.PHONY = default test
|
|
|
|
default:
|
|
@echo "Please specify a make target"
|
|
|
|
test:
|
|
pytest
|