eolisation

This commit is contained in:
2020-05-12 08:45:19 +02:00
parent 59cd54b6d3
commit 45ca495670
10 changed files with 386 additions and 11 deletions

26
Makefile Normal file
View File

@@ -0,0 +1,26 @@
################################
# Makefile
################################
SOURCE=schedule
VERSION=2.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