浏览代码

Adds a rule for generating documentation with doxygen, as well as a few handy shortcuts

Julien 'Lta' BALLET 11 年之前
父节点
当前提交
aacc176d58
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      Makefile.am

+ 9 - 0
Makefile.am

@@ -68,3 +68,12 @@ dsm_inverse_SOURCES = inverse.c
 dsm_lookup_SOURCES = lookup.c
 
 LDADD = libdsm.la
+
+doc:
+	doxygen
+
+a : all
+c : clean
+re : clean all
+
+.PHONY: c a re doc