]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - zumo-cc3200/zumo-cc3200.git/blob - makefile
minor dead code cleanup
[zumo-cc3200/zumo-cc3200.git] / makefile
1 GOALS = README.html
3 all: $(GOALS)
5 %.html:%.md
6         rm -f $@
7         etc/md2html.ksh $< > $@
9 clean:
10         rm -f $(GOALS)