fix title voor HLN en Parool; helperfuncties naar internal/util
This commit is contained in:
@@ -3,8 +3,8 @@ all: \
|
||||
metadata \
|
||||
nos
|
||||
|
||||
json2txt: cmd/json2txt/*.go
|
||||
go build -o $@ $^
|
||||
json2txt: cmd/json2txt/*.go ../internal/util/*.go
|
||||
go build -o $@ $<
|
||||
|
||||
metadata: cmd/metadata/*.go
|
||||
go build -o $@ $^
|
||||
|
||||
Reference in New Issue
Block a user