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

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

mycss_all: $(mycss_objs)

mycss_clean: 
	rm -f $(mycss_objs)