chore: added example binary showcasing simple html conversion

This commit is contained in:
Jef Roosens 2024-03-16 14:07:47 +01:00
parent 8a758d3824
commit 07539403cc
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
4 changed files with 29 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