mirror of
https://github.com/getsentry/coredump-uploader.git
synced 2025-06-24 22:41:33 +02: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 |