Files
papeer/Makefile
2022-08-09 18:32:23 +02:00

14 lines
225 B
Makefile

format:
gofmt -s -w .
test:
go test ./...
install:
go install
clean:
find . -maxdepth 1 -name '*.md' -not -name 'README.md' -delete
find . -maxdepth 1 -name '*.epub' -delete
find . -maxdepth 1 -name '*.mobi' -delete