Skip to content

Commit

Permalink
Update INCLUDES-lines in formal-languages/regular's Holmakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mn200 committed Jan 3, 2025
1 parent bb77ef0 commit e0c9e4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/formal-languages/regular/Holmakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
INCLUDES = $(HOLDIR)/examples/balanced_bst \
$(HOLDIR)/examples/formal-languages \
$(HOLDIR)/examples/formal-languages/context-free
$(HOLDIR)/examples/formal-languages/context-free \
$(HOLDIR)/src/search

all: $(DEFAULT_TARGETS) regexp2dfa

Expand Down

0 comments on commit e0c9e4e

Please sign in to comment.