Skip to content
Snippets Groups Projects
Makefile 210 B
Newer Older
gbe's avatar
gbe committed
run:
gbe's avatar
gbe committed
	find . -name '*.go' -or -name '*.tpl' -or -path 'static/*' | \
		entr -d -r \
		go run -ldflags "-X main.commitHash=$(shell git rev-parse HEAD) -X main.buildTime=$(shell /bin/date +%Y-%m-%d-%T)" . -debug