aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/docs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fpga/docs/Makefile')
-rw-r--r--fpga/docs/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/fpga/docs/Makefile b/fpga/docs/Makefile
new file mode 100644
index 000000000..b1414ac3d
--- /dev/null
+++ b/fpga/docs/Makefile
@@ -0,0 +1,13 @@
+#
+# Copyright 2015 Ettus Research LLC
+#
+
+manual:
+ doxygen Doxyfile
+
+clean:
+ @rm -rf html
+ @rm -rf latex
+ @rm -rf *.db
+
+.PHONY: manual clean