Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent authored Apr 13, 2024
1 parent 61cee8c commit 13095d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/rust-wasi/Submake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
OBJLIST=$(filter-out rustwasi.o,$(patsubst %.c,%.o,$(wildcard *.c))) $(OBJS)

swift-wasi: rustwasi.o
rust-wasi: rustwasi.o
$(MAKE) -f Submake $(OBJLIST)
$(CC) $(CFLAGS) $(OBJLIST) rustwasi.o -o swift-wasi $(LDFLAGS)
$(CC) $(CFLAGS) $(OBJLIST) rustwasi.o -o rust-wasi $(LDFLAGS)

datasegments.o: rustwasi.c
ld -r -b binary -o datasegments.o datasegments
Expand Down

0 comments on commit 13095d8

Please sign in to comment.