File size: 325 Bytes
07a91a1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.PHONY: install run space smoke compile docker-up docker-down

install:
	python tasks.py install

run:
	python tasks.py run

space:
	python tasks.py space

smoke:
	python tasks.py smoke

compile:
	python tasks.py compile

docker-up:
	python tasks.py docker-up

docker-down:
	python tasks.py docker-down