weblug/Makefile

6 lines
74 B
Makefile

default: all
all: weblug
weblug: cmd/weblug/weblug.go
go build -o $@ $^