chore: remove unneeded code; add throughput example
This commit is contained in:
parent
6eab5d616c
commit
195eb9eb48
3 changed files with 54 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -81,7 +81,7 @@ $(BUILD_DIR)/$(TEST_DIR)/%.c.o: $(TEST_DIR)/%.c
|
|||
build-example: $(BINS_EXAMPLE)
|
||||
|
||||
$(BINS_EXAMPLE): %: %.c.o $(LIB)
|
||||
$(CC) \
|
||||
$(CC) $(LDFLAGS) \
|
||||
$^ -o $@
|
||||
|
||||
# Example binaries link the resulting library
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue