diff options
author | xengineering <mail2xengineering@protonmail.com> | 2021-06-17 09:00:07 +0200 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2021-06-17 11:27:05 +0200 |
commit | 52972b810a9a42cef5c88f9947d64a0705f243ac (patch) | |
tree | 6ce0307a030bb5279a695506868a424f6ab6599c /src/Makefile | |
parent | 591097e5a3741432e2acd9c41fadd4eb10678674 (diff) | |
download | birdscan-52972b810a9a42cef5c88f9947d64a0705f243ac.tar birdscan-52972b810a9a42cef5c88f9947d64a0705f243ac.tar.zst birdscan-52972b810a9a42cef5c88f9947d64a0705f243ac.zip |
Implement single Picture Mode
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 3cb219f..df30260 100644 --- a/src/Makefile +++ b/src/Makefile @@ -23,5 +23,5 @@ install: all install -Dm 755 build/birdscan $(DESTDIR)$(PREFIX)/bin/birdscan debug: all - go run ./... -c ../config/default.json + go run ./... -c ../config/default.json -d true |