Remove environment variables from Makefile

Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-11-10 00:42:18 -04:00
parent d2621c1b70
commit e5c8512104
2 changed files with 2 additions and 6 deletions

View File

@@ -1,11 +1,7 @@
#!make
include config.env
.PHONY: clean-pyc clean-build
DOCKER_MYSQL_IMAGE = mysql:8.0
DOCKER_ORACLE_IMAGE = wnameless/oracle-xe-11g
DOCKER_POSTGRES_IMAGE = postgres:9.6-alpine
DOCKER_REDIS_IMAGE = redis:5.0-alpine
.PHONY: clean-pyc clean-build
help:
@echo "Usage: make <target>\n"