Skip to content

Commit 7d66cb0

Browse files
committed
update makefile
1 parent b01d500 commit 7d66cb0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
all: marctoxml marctexttoxml
22

33
marctoxml: cmd/marctoxml/main.go
4+
go get -v ./...
45
go build -o $@ $<
56

67
marctexttoxml: cmd/marctexttoxml/main.go
8+
go get -v ./...
79
go build -o $@ $<
810

911
clean:

0 commit comments

Comments
 (0)