Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
totem
ind
Commits
b4c5477f
Commit
b4c5477f
authored
Feb 12, 2018
by
Chris Snijder
🏅
Browse files
Delete Makefile
parent
e8bd78c3
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
deleted
100644 → 0
View file @
e8bd78c3
.DEFAULT_GOAL
:=
dev.run
.PHONY
:
dev.clean dev.build dev.run
help
:
@
echo
"Please use
\`
make <target>' where <target> is one of"
@
echo
" help display this help message"
@
echo
" dev.clean clean up docker development container and image"
@
echo
" dev.build rebuild docker image"
@
echo
" dev.run run the XBlock in the XBlock workbench"
@
echo
""
dev.clean
:
-
docker
rm
graph-editor-xblock-dev
-
docker rmi graph-editor-xblock-dev
dev.build
:
docker build
-t
graph-editor-xblock-dev
$(CURDIR)
dev.run
:
dev.clean dev.build
docker run
-p
8000:8000
-v
$(CURDIR)
:/usr/local/src/graph-editor-xblock
--name
graph-editor-xblock-dev graph-editor-xblock-dev
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment