forked from getsentry/coredump-uploader
10 lines
137 B
Makefile
10 lines
137 B
Makefile
test:
|
|
@pytest tests
|
|
|
|
.PHONY: test
|
|
|
|
help:
|
|
@echo "Usage: upload-coredump.py [path to core] [path to executable]"
|
|
@echo ""
|
|
|
|
.PHONY: help |