Adding project base

This commit is contained in:
2018-04-10 14:21:22 +02:00
parent f49f8e75f2
commit 0fcf4678e5
5 changed files with 424 additions and 0 deletions

27
Makefile Normal file
View File

@ -0,0 +1,27 @@
################################
# Makefile pour eole-mariadb
################################
SOURCE=eole-mariadb
VERSION=0.0.1
EOLE_VERSION=2.6
EOLE_RELEASE=2.6.2
PKGAPPS=non
#FLASK_MODULE=<APPLICATION>
################################
# Début de zone à ne pas éditer
################################
include eole.mk
include apps.mk
################################
# Fin de zone à ne pas éditer
################################
# Makefile rules dedicated to application
# if exists
ifneq (, $(strip $(wildcard $(SOURCE).mk)))
include $(SOURCE).mk
endif