CGit
Gitweb
projects
/
zumo-cc3200
/
zumo-cc3200.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
initial commit of content from Adam Dai and Tony Oliverio
[zumo-cc3200/zumo-cc3200.git]
/
makefile
1
GOALS = README.html
2
3
all: $(GOALS)
4
5
%.html:%.md
6
rm -f $@
7
etc/md2html.ksh $< > $@
8
9
clean:
10
rm -f $(GOALS)