diff --git a/Makefile b/Makefile index 14a2eaa..acf7de1 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,5 @@ install: go install ./... + +watch: + justrun -c 'make install' 'lucifer/*' diff --git a/lucifer/main.go b/lucifer/main.go index 6e2be6f..46b5cf2 100644 --- a/lucifer/main.go +++ b/lucifer/main.go @@ -140,7 +140,6 @@ func doInvalidate(flags *flag.FlagSet, sync bool, verbose bool) { handleError(err, verbose) } fmt.Println(body) - fmt.Println(sync) } func doRun(flags *flag.FlagSet, bail bool, verbose bool) {