We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b01d500 commit 7d66cb0Copy full SHA for 7d66cb0
1 file changed
Makefile
@@ -1,9 +1,11 @@
1
all: marctoxml marctexttoxml
2
3
marctoxml: cmd/marctoxml/main.go
4
+ go get -v ./...
5
go build -o $@ $<
6
7
marctexttoxml: cmd/marctexttoxml/main.go
8
9
10
11
clean:
0 commit comments