Files
nlnieuws/Sikkom/Makefile
Peter Kleiweg 36f051a8a9 first commit
2026-03-02 15:34:37 +01:00

10 lines
119 B
Makefile

all: \
metadata \
sikkom
metadata: cmd/metadata/*.go
go build -o $@ $^
sikkom: cmd/sikkom/*.go
go build -o $@ $^