Add automated help and organize makefile targets

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-05-08 22:59:59 -04:00
parent e6ccfb4b59
commit f5aaff9ab1
3 changed files with 61 additions and 103 deletions

View File

@@ -103,7 +103,7 @@ ENV LC_ALL C.UTF-8
RUN touch docker/Makefile
RUN make wheel
RUN make python-wheel
RUN chmod 777 dist -R