From 90d7268876ba52fa786f53683b04f08a6ef459ab Mon Sep 17 00:00:00 2001 From: Amir Hammad Date: Sat, 9 Jul 2016 00:19:22 +0200 Subject: Add doxyfile Signed-off-by: Amir Hammad --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d1eeedf..350e42a 100644 --- a/Makefile +++ b/Makefile @@ -160,6 +160,8 @@ LDLIBS += -Wl,--start-group -lc -lgcc -lnosys -Wl,--end-group all: elf bin lib +doc: + doxygen elf: $(BINARY).elf bin: $(BINARY).bin @@ -257,7 +259,7 @@ else $(*).elf endif -.PHONY: images clean stylecheck styleclean elf bin hex srec list testing +.PHONY: images clean stylecheck styleclean elf bin hex srec list testing doc -include $(OBJS:.o=.d) build/lib$(LIBUSBHOSTNAME).a: $(OBJS) -- cgit