eole-syspass/Makefile

29 lines
580 B
Makefile
Raw Normal View History

2019-08-13 11:13:16 +02:00
################################
# Makefile pour eole-glpi
################################
2019-08-13 11:16:54 +02:00
SOURCE=eole-syspass
SOURCEDB=syspass
VERSION=2.7.0
2019-08-13 11:13:16 +02:00
EOLE_VERSION=2.7
2019-08-13 11:16:54 +02:00
EOLE_RELEASE=2.7.0
2019-08-13 11:13:16 +02:00
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