Restoring 16-bit MSP430 support.
[goodfet] / firmware / Makefile
index 3220c1a..f6a221b 100644 (file)
@@ -50,3 +50,8 @@ erase:
        $(BSL) -e 
 clean:
        rm -f $(app) $(app).hex $(libs) $(apps)
+docs:
+       doxygen
+pushdocs: docs
+       rsync --exclude .svn -ave ssh doc/html/* travisutk,goodfet@web.sourceforge.net:htdocs/docs/
+.FAKE: docs