mirror of
https://github.com/lexborisov/Modest
synced 2024-11-22 22:01:57 +03:00
8 lines
146 B
Makefile
8 lines
146 B
Makefile
modest_dirs := .
|
|
modest_objs := $(call BINARY_UTILS_OBJS,modest,$(modest_dirs))
|
|
|
|
modest_all: $(modest_objs)
|
|
|
|
modest_clean:
|
|
rm -f $(modest_objs)
|