diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@  VERSION = $(shell git describe --tags)  BUILDTIME = $(shell date +%Y.%m.%d) -all: build +all: goimports build  	./powerpaneld --hostname=breen  	# su -c "setcap 'cap_net_bind_service=+ep' go.wit.com"  | 
