summaryrefslogtreecommitdiff
path: root/usb-i2c-sl018
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@wirdorange.org>2013-02-06 22:01:28 +0000
committerOthmar Gsenger <otti@wirdorange.org>2013-02-06 22:01:28 +0000
commit519c921a3f8cc4c9be20f726f8fe7c47ed5fc710 (patch)
tree9d89a0393f7045143b2ab4e76148bb0857d6db14 /usb-i2c-sl018
parententire code now uses stdin and stdout (no stdio any more) (diff)
pdf makefile target
git-svn-id: https://svn.spreadspace.org/avr/trunk@138 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'usb-i2c-sl018')
-rw-r--r--usb-i2c-sl018/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/usb-i2c-sl018/Makefile b/usb-i2c-sl018/Makefile
index 1900a9b..4acf020 100644
--- a/usb-i2c-sl018/Makefile
+++ b/usb-i2c-sl018/Makefile
@@ -46,3 +46,9 @@ include ../include.mk
update-keys: update-keys.c
gcc -o $@ $<
+
+pdfclean:
+ rm *.pdf
+
+pdf: statemachine.dot
+ dot -Tpdf statemachine.dot -o statemachine.pdf