Skip to content

Commit

Permalink
cli: Fix compilation against latest wabt
Browse files Browse the repository at this point in the history
  • Loading branch information
remko committed Aug 15, 2024
1 parent 08dd957 commit 960cb87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ endif # $(OS)
.PHONY: all
all: uxn-wasm-cli

uxn-wasm-cli: cli_core.o cli.o wasm-rt-impl.o wasm-rt-mem-impl.o
uxn-wasm-cli: cli_core.o cli.o wasm-rt-impl.o
$(CC) $(CFLAGS) $(LINKFLAGS) -o $@ $^

cli_core.c cli_core.h: ../../build/uxn.wasm
Expand Down

0 comments on commit 960cb87

Please sign in to comment.