15 lines
500 B
Makefile
15 lines
500 B
Makefile
|
|
###############################################################################
|
|
### Some Preject properties : ###
|
|
###############################################################################
|
|
|
|
# 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=ewoldrawer
|
|
|
|
#include the specific platefom makefile
|
|
include $(shell pwd)/../ewol/Build/Makefile.mk
|
|
|
|
|