mirror of
https://github.com/lexborisov/Modest
synced 2024-11-22 22:01:57 +03:00
14 lines
390 B
Makefile
14 lines
390 B
Makefile
modest_dirs := . finder style node layer render utils
|
|
modest_objs := $(call MODEST_UTILS_OBJS,modest,$(modest_dirs))
|
|
|
|
modest_description := calculating, compare, renderer
|
|
modest_dependencies := mycore mycss myencoding myfont myhtml myport myunicode myurl
|
|
|
|
modest_all: $(modest_objs)
|
|
|
|
modest_clean:
|
|
rm -f $(modest_objs)
|
|
|
|
modest_clone:
|
|
$(call MODEST_UTILS_HDRS_CLONE,modest,$(modest_dirs))
|