Skip to content

Commit

Permalink
Add makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jan 27, 2021
1 parent 24656b8 commit b983eb7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
SHELL := /usr/bin/env bash

DOCKER ?= docker


all:
$(DOCKER) build -t jcs-elpa/docs-image/docs-image .

0 comments on commit b983eb7

Please sign in to comment.