edn/Makefile

14 lines
487 B
Makefile
Raw Normal View History

###############################################################################
2012-01-11 12:51:26 +01:00
### Some Preject properties : ###
###############################################################################
2012-01-11 12:51:26 +01:00
# group name or constructor ... (no dot, no MAJ no Numerical char)
PROJECT_VENDOR=heeroyui
# Binary name ... (no dot, no MAJ no Numerical char)
PROJECT_NAME=edn
2012-03-29 17:48:48 +02:00
# include basic makefile for EWOL
include $(shell pwd)/../ewol/Build/Makefile.mk