From cc6f99f3b71a0f2d01fa15897fc6492fe623e0ba Mon Sep 17 00:00:00 2001 From: Shubhojyoti Ganguly Date: Fri, 9 Jan 2015 17:52:48 +0530 Subject: [PATCH] Update Makefile Make and make all was not working. So, I fixed it --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2119479..b01c175 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ -all: - SOURCES=CAN.cpp CAN.h mcp2515.cpp mcp2515.h mcp2515_regs.h my_spi.h spi.cpp +all: doc mainpage.dox + doc: mainpage.dox doxyconfig $(SOURCES) doxygen doxyconfig