summaryrefslogtreecommitdiff
path: root/n/avr/dongle/Makefile
diff options
context:
space:
mode:
authorburg2004-12-08 01:02:24 +0000
committerburg2004-12-08 01:02:24 +0000
commit603d1062ef6decd1a3065a12efc8f12480edb71b (patch)
treeb5e07f41be359a0dcf1540073824ef98dc5e52b7 /n/avr/dongle/Makefile
parent45ad90e1f9bacf53cc0a0e484ffa96044221633a (diff)
Ajout du Dongle pour pouvoir programmer les avr.
Diffstat (limited to 'n/avr/dongle/Makefile')
-rw-r--r--n/avr/dongle/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/n/avr/dongle/Makefile b/n/avr/dongle/Makefile
new file mode 100644
index 0000000..b8ed644
--- /dev/null
+++ b/n/avr/dongle/Makefile
@@ -0,0 +1,10 @@
+DOC = dongle.html
+
+doc: $(DOC)
+
+%.html: %.txt
+ aft $<
+ test -r $<-TOC && aft $< || true
+
+clean:
+ rm -f $(DOC) *.txt-TOC *.bak *~