Browse Source

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

Julien 'Lta' BALLET 11 years ago
parent
commit
aacc176d58
1 changed files with 9 additions and 0 deletions
  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