summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
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)