Skip to content

Commit

Permalink
Add Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Hannaford committed May 16, 2017
1 parent 07082a2 commit ad450f5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
all: \
build-sigdocs \
run-sigdocs \

reset-docs:
git checkout HEAD -- sig-list.md sig-*

build-sigdocs:
docker build -t sigdocs -f build/Dockerfile build

run-sigdocs:
docker run -v $(shell pwd):/go/src/app sigdocs

0 comments on commit ad450f5

Please sign in to comment.