Skip to content
Snippets Groups Projects
Commit b31a246a authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Update makefile

parent ec698a55
No related branches found
No related tags found
No related merge requests found
Makefile 0 → 100644
SHELL := /bin/bash
default: build
build:
pip install -Ur requirements.txt
start:
@echo Starting supervisord
source setenv.sh
supervisord -c supervisord.conf
.PHONY: build start stop
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment