Modest/source/modest/Makefile.mk
2017-03-09 23:47:39 +03:00

11 lines
252 B
Makefile

modest_dirs := . finder style node layer render utils
modest_objs := $(call MODEST_UTILS_OBJS,modest,$(modest_dirs))
modest_all: $(modest_objs)
modest_clean:
rm -f $(modest_objs)
modest_clone:
$(call MODEST_UTILS_HDRS_CLONE,modest,$(modest_dirs))