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

Makefile.mk « mycore « test - github.com/lexborisov/Modest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8c586aba29a37917edd67e31ab6c94850520e9d0 (plain)
1
2
3
4
5
6
7
mycore_dirs := utils
mycore_objs := $(call BINARY_UTILS_OBJS,mycore,$(mycore_dirs))

mycore_all: $(mycore_objs)

mycore_clean: 
	rm -f $(mycore_objs)