Files
coredump-uploader/Makefile

10 lines
137 B
Makefile
Raw Permalink Normal View History

2019-12-06 15:31:45 +01:00
test:
@pytest tests
.PHONY: test
help:
@echo "Usage: upload-coredump.py [path to core] [path to executable]"
@echo ""
.PHONY: help