Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
johanix committed Aug 29, 2024
1 parent d06b490 commit b126cb9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,20 @@ netbsd:
/bin/sh make-version.sh $(VERSION)-$(COMMIT) $(APPDATE) $(PROG)
GOOS=netbsd GOARCH=amd64 go build $(GOFLAGS) -o ${PROG}.netbsd

gen-mqtt-msg-new-qname.go: checkout/events-mqtt-message-new_qname.json
go-jsonschema checkout/events-mqtt-message-new_qname.json --package main --tags json --only-models --output gen-mqtt-msg-new-qname.go
# gen-mqtt-msg-new-qname.go: checkout/events-mqtt-message-new_qname.json
# go-jsonschema checkout/events-mqtt-message-new_qname.json --package main --tags json --only-models --output gen-mqtt-msg-new-qname.go

gen-mqtt-msg.go: checkout/events-mqtt-message.json
go-jsonschema checkout/events-mqtt-message.json --package main --tags json --only-models --output gen-mqtt-msg.go
# gen-mqtt-msg.go: checkout/events-mqtt-message.json
# go-jsonschema checkout/events-mqtt-message.json --package main --tags json --only-models --output gen-mqtt-msg.go

checkout/events-mqtt-message-new_qname.json: checkout
cd checkout; python schemasplit.py events-mqtt-message-new_qname.yaml
# checkout/events-mqtt-message-new_qname.json: checkout
# cd checkout; python schemasplit.py events-mqtt-message-new_qname.yaml

checkout/events-mqtt-message.json: checkout
cd checkout; python schemasplit.py events-mqtt-message.yaml
# checkout/events-mqtt-message.json: checkout
# cd checkout; python schemasplit.py events-mqtt-message.yaml

checkout:
git clone git@github.com:dnstapir/protocols.git checkout
# checkout:
# git clone git@github.com:dnstapir/protocols.git checkout

clean:
@rm -f $(PROG) *~ version.go
Expand Down

0 comments on commit b126cb9

Please sign in to comment.