go-dasm-mlb/Makefile

9 lines
88 B
Makefile

all: bin/dasm2lbl
bin/:
mkdir bin
bin/dasm2lbl: **/*.go
go build -o $@ cmd/main.go