smithy.git

commit ad739293eac02cc38a6ad809632aa440f755a578

Author: Adam Pioterek <apioterek@consdata.com>

generating yml depends on smithy binary in make

 Makefile | 2 +-


diff --git a/Makefile b/Makefile
index 789e30047f3a790c3f29cefdad06bdd3bb42702e..9bc36096a8e6cd84840381452890e8502ba1f209 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
 smithy: pkg/smithy/*
 	go build -ldflags $(LDFLAGS) -o smithy main.go
 
-smithy.yml:
+smithy.yml: smithy
 	./smithy generate > smithy.yml
 
 docs: