1
0
Fork 0
skybolt-linux-docker/Makefile

16 lines
262 B
Makefile
Raw Normal View History

2020-12-16 04:34:17 +00:00
NAME=skybolt
all:
docker build -f Dockerfile -t $(NAME) .
docker run -it $(NAME) make test
all-no-cache:
docker build --no-cache -f Dockerfile -t $(NAME) .
docker run -it $(NAME) make test
sh:
docker run -it $(NAME) bash
xterm:
x11docker $(NAME) xterm