Skip to content

Commit aced251

Browse files
author
Michael Norrish
committed
Fix compiler/parsing/Holmakefile to make parsingComputeLib build
This is a tiny bit of progress towards resolving issue #575
1 parent ba144ea commit aced251

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler/parsing/Holmakefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
INCLUDES = $(HOLDIR)/examples/formal-languages/context-free\
2-
$(CAKEMLDIR)/misc $(CAKEMLDIR)/semantics
2+
$(CAKEMLDIR)/misc $(CAKEMLDIR)/semantics \
3+
$(CAKEMLDIR)/semantics/proofs
34

45
all: $(DEFAULT_TARGETS) README.md
56
.PHONY: all

0 commit comments

Comments
 (0)