Skip to content

Commit

Permalink
add make watch target
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinburke committed Jun 7, 2015
1 parent 3f5d69e commit 9ae926e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
install:
go install ./...

watch:
justrun -c 'make install' 'lucifer/*'
1 change: 0 additions & 1 deletion lucifer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 9ae926e

Please sign in to comment.