Skip to content

Commit

Permalink
pass CFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed Jul 25, 2023
1 parent d155cd6 commit b2a4966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ run-test-%: test_%$(EXE)
echo

test_%$(EXE): test_%.o main.o
$(CC) $< main.o -o $@ $(LDFLAGS)
$(CC) $(CFLAGS) $< main.o -o $@ $(LDFLAGS)

test_%.c: gen/%.wasm
echo "#include \"test.h\"" > $@
Expand Down

0 comments on commit b2a4966

Please sign in to comment.