Explorar o código

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

Julien 'Lta' BALLET %!s(int64=11) %!d(string=hai) anos
pai
achega
aacc176d58
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  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