all: public bin/webshopd public: hugo build bin/%: cmd/% go build -o $@ ./$< clean: rm -rf bin public