walrss/Makefile
AKP 11bdee162f
Remove Docker stuff from Makefile
Signed-off-by: AKP <tom@tdpain.net>
2022-05-08 11:43:54 +01:00

16 lines
291 B
Makefile

.PHONY: dockerBuild
build: templates
mkdir -p bin
go build -o bin/walrss github.com/codemicro/walrss/walrss
run: build
mkdir -p run
cd run && ../bin/walrss
fmt:
go fmt github.com/codemicro/walrss/...
templates:
qtc -skipLineComments -ext qtpl.html -dir walrss/internal/http/views