From cc047ff4259e8fe00f69ffcfd17bf8eb1dba236e Mon Sep 17 00:00:00 2001 From: Nathan Smith Date: Fri, 23 Aug 2019 17:06:22 -0400 Subject: [PATCH] Explicit default goal --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 033e6aa..4d6c3d2 100644 --- a/Makefile +++ b/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