all: bin/dasm2lbl bin/: mkdir bin bin/dasm2lbl: config.go lex.go parse.go cmd/main.go go build -o $@ cmd/main.go