Skip to content

Commit

Permalink
Add libmGen to build sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoBecker committed Oct 5, 2022
1 parent 0e96452 commit 5bd7688
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions developers/build-sequence
Expand Up @@ -132,6 +132,9 @@ icing/flover
icing/
icing/examples

# Floating-Point codegen
libmGen/

# compiler translation
compiler/repl

Expand Down
2 changes: 2 additions & 0 deletions libmGen/Holmakefile
Expand Up @@ -6,6 +6,8 @@ INCLUDES = $(HOLDIR)/examples/formal-languages/context-free\
$(CAKEMLDIR)/tools/flover\
$(CAKEMLDIR)/tools/dandelion

#Explicitly without $(DEFAULT_TARGETS) to reduce compilation time
DEFAULT_TARGETS = atnDeg3Theory.sig
all: $(DEFAULT_TARGETS) README.md
.PHONY: all

Expand Down

0 comments on commit 5bd7688

Please sign in to comment.