Skip to content

Commit

Permalink
Remove debugging target.
Browse files Browse the repository at this point in the history
  • Loading branch information
jumper149 committed Oct 19, 2022
1 parent c3605ad commit 5bf4f95
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions blog/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ ASCIIDOCTOR_PDF_FLAGS = $\
--backend pdf $\
--attribute pdf-theme="pdf-theme.yml"

a:
echo $(ARTICLES)

# TODO: This has an optional pre-requisite `$(SOURCE)/%` producing the optional target `$(BUILD)/%`.
$(BUILT_HTML_ARTICLES): $(BUILD)/%.html: $(SOURCE)/%.adoc $(BUILD)
asciidoctor "$<" $(ASCIIDOCTOR_FLAGS) $(ASCIIDOCTOR_HTML_FLAGS)
Expand Down

0 comments on commit 5bf4f95

Please sign in to comment.