Skip to content

Commit

Permalink
Explicit default goal
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Smith committed Aug 26, 2019
1 parent cca10ca commit cc047ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
@@ -1,6 +1,8 @@
PROTOCOL_PATH=../client/protocol
AVDLC=$(PROTOCOL_PATH)/node_modules/.bin/avdlc

.DEFAULT_GOAL := types

types:
@mkdir -p kbchat/types/{keybase1,gregor1,chat1,stellar1}/
$(AVDLC) -b -l go -t -o kbchat/types/keybase1 $(PROTOCOL_PATH)/avdl/keybase1/*.avdl
Expand Down

0 comments on commit cc047ff

Please sign in to comment.