juggl/backend/Makefile
2021-12-23 18:04:05 +01:00

7 lines
No EOL
84 B
Makefile

.PHONY = default test
default:
@echo "Please specify a make target"
test:
pytest