Skip to content

Commit

Permalink
Merge branch 'master' into riscv-symbexec
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Aug 5, 2024
2 parents fb360fd + 7407cf9 commit 8b2f1d8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/riscv/Holmakefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
INCLUDES = $(HOLBADIR)/examples/riscv/swap \
$(HOLBADIR)/examples/riscv/isqrt \
$(HOLBADIR)/examples/riscv/mod2 \
$(HOLBADIR)/examples/riscv/incr
$(HOLBADIR)/examples/riscv/incr \
$(HOLBADIR)/examples/riscv/incr-mem \
$(HOLBADIR)/examples/riscv/mod2-mem \
$(HOLBADIR)/examples/riscv/isqrt

all: $(DEFAULT_TARGETS) test-riscv.exe
.PHONY: all
Expand Down

0 comments on commit 8b2f1d8

Please sign in to comment.