premier commit

This commit is contained in:
2019-11-29 09:53:20 +01:00
commit 6b8dce9f7c
845 changed files with 89362 additions and 0 deletions

27
Makefile Normal file
View File

@ -0,0 +1,27 @@
################################
# Makefile pour ninestat
################################
SOURCE=ninestat
VERSION=1.0
EOLE_VERSION=2.6
EOLE_RELEASE=2.6.2
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