all:lamp dumper chandelier tidy:go.sum go mod tidy lamp:tidy go build -o bin/lamp apps/lamp.go strip bin/lamp dumper:tidy go build -o bin/dumper apps/dumper.go strip bin/dumper chandelier:tidy go build -o bin/chandelier apps/chandelier.go strip bin/chandelier z2m:tidy go build -o bin/z2m apps/z2m.go strip bin/z2m clean: rm bin/* -f