diff options
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 |