Skip to content

Commit

Permalink
Revert some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia committed Sep 20, 2024
1 parent 0c9762f commit e0651d3
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -135,15 +135,14 @@ endif
open_cov:
((open "$(COV_INDEX_FILE)" || xdg-open "$(COV_INDEX_FILE)") &> /dev/null) &

###############################################################################
# Table of Contents
###############################################################################

# When using .ONESHELL, bail on errors.
.SHELLFLAGS = -e

# This contains all markdown files with specifications.
MARKDOWN_FILES = $(wildcard $(SPEC_DIR)/**/*.md) \
# This contains all markdown files that should have table of contents.
MARKDOWN_FILES = $(wildcard $(SPEC_DIR)/*/*.md) \
$(wildcard $(SPEC_DIR)/*/*/*.md) \
$(wildcard $(SPEC_DIR)/_features/*/*.md) \
$(wildcard $(SPEC_DIR)/_features/*/*/*.md) \
$(wildcard $(SSZ_DIR)/*.md)

# Check all files and error if any ToC were modified.
Expand Down

0 comments on commit e0651d3

Please sign in to comment.