From 583f164ae7fe3d5abefe77b9d10cfb5f1be45569 Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Thu, 14 Jun 2012 22:51:30 -0700 Subject: [PATCH] Makefile: force `make docs' to depend on all source files That way, if I change a file that might have documentation comments in it, `make docs' will rerun doxygen. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fbbc3a1..b65830f 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ mac: LDFLAGS=-ldl mac: SHARED=-Wl,-undefined,dynamic_lookup -dynamiclib mac: all -docs: +docs: *.c *.cc *.h doxygen $(BIN): $(USER_O) $(LIB_SO) -- 2.34.1