mirror of
https://github.com/lexborisov/Modest
synced 2024-11-22 13:51:39 +03:00
11 lines
252 B
Makefile
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))
|