Skip to content

Commit

Permalink
include all small examples in examples/riscv Holmakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Aug 5, 2024
1 parent d1eafdd commit 7407cf9
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 7407cf9

Please sign in to comment.