init eole depot

This commit is contained in:
2020-11-12 11:58:50 +01:00
parent e5724cd3d7
commit b85c6d3df7
3033 changed files with 50371 additions and 1 deletions

26
Makefile Normal file
View File

@ -0,0 +1,26 @@
################################
# Makefile
################################
SOURCE=ninesurvey
VERSION=1.0
EOLE_VERSION=2.7
EOLE_RELEASE=2.7.1
PKGAPPS=web
################################
# 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