Skip to content

Commit

Permalink
fix(Makefile:docs): dir dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lcsmuller committed Jan 7, 2022
1 parent c153d49 commit 4aa2b41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,11 @@ docs: $(COGUTILS_DIR) | $(H_SPECS_DIR)
@ $(MAKE) -C $(SPECS_DIR) gen_headers
@ mv $(SPECS_DIR)/specs-code/discord/*.h $(H_SPECS_DIR)

$(H_SPECS_DIR): | $(CCORDDOCS_DIR)
$(H_SPECS_DIR): | $(C_SPECS_DIR)
@ mkdir -p $@

$(CCORDDOCS_DIR): | $(COGUTILS_DIR)
git clone https://github.com/cogmasters/concord-docs $(CCORDDOCS_DIR)
$(CCORDDOCS_DIR):
git clone https://github.com/cogmasters/concord-docs $@
cp $@/Doxyfile Doxyfile

.PHONY: all test examples install echo clean purge docs

0 comments on commit 4aa2b41

Please sign in to comment.