woordklok/Makefile
2022-10-20 20:42:30 +02:00

6 lines
72 B
Makefile

default: all
all: woordklok
woordklok: woordklok.go
go build -o $@ $^