eole-risotto/Makefile

26 lines
517 B
Makefile
Raw Permalink Normal View History

2020-04-03 11:46:15 +02:00
################################
2020-04-03 11:50:25 +02:00
# Makefile pour eole-risotto
2020-04-03 11:46:15 +02:00
################################
2020-04-03 11:50:25 +02:00
SOURCE=eole-risotto
2020-04-03 11:46:15 +02:00
VERSION=X.X
2020-04-03 11:50:25 +02:00
EOLE_VERSION=2.7
PKGAPPS=non
2020-04-03 11:46:15 +02:00
################################
# 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