mirror of
https://github.com/getsentry/coredump-uploader.git
synced 2026-01-25 00:22:27 +01:00
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 |