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

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

myhtml_all: $(myhtml_objs)

myhtml_clean: 
	rm -f $(myhtml_objs)