Skip to content

Commit

Permalink
Oops, microbench requires our binary.
Browse files Browse the repository at this point in the history
  • Loading branch information
tadd committed Feb 1, 2025
1 parent 6385e79 commit 49afe18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ basic-test-san: $(OBJ_TEST:.o=.san.o)
%.san.o: %.c
$(CC) $(CFLAGS) $(SANITIZER) -c $< -o $@

microbench:
microbench: schaf
@$(MAKE) -C $@

utils.o: utils.h
Expand Down

0 comments on commit 49afe18

Please sign in to comment.