Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.mk « modest « examples - github.com/lexborisov/Modest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6527ed1935e2b67dc4da8cee9c815fc9b98378f2 (plain)
1
2
3
4
5
6
7
modest_dirs := .
modest_objs := $(call BINARY_UTILS_OBJS,modest,$(modest_dirs))

modest_all: $(modest_objs)

modest_clean: 
	rm -f $(modest_objs)