Skip to content

Commit 0e7b3a5

Browse files
committed
Re-added the Makefile, which will be moved/updated in dedicated PR by @ricardozanini
Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
1 parent d1b0258 commit 0e7b3a5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# will add the license headers to all of our files
2+
# requires go installed in your system: https://golang.org/doc/install
3+
addheaders:
4+
@which addlicense > /dev/null || go get -u github.com/google/addlicense
5+
@addlicense -c "The Serverless Workflow Specification Authors" -l apache .

0 commit comments

Comments
 (0)