generated from alecodes/base-template
5 lines
116 B
Makefile
5 lines
116 B
Makefile
run:
|
|
go run main.go run linkding --archive-starred
|
|
|
|
docker-build:
|
|
docker build . --tag miniflux-archiver:latest
|