chore: remove unneeded code; add throughput example

This commit is contained in:
Jef Roosens 2024-03-09 20:28:50 +01:00
parent 6eab5d616c
commit 195eb9eb48
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
3 changed files with 54 additions and 2 deletions

View file

@ -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