chore: fix repo compilation after rebase with main

This commit is contained in:
Jef Roosens 2023-05-29 18:40:36 +02:00
parent acbe8dc314
commit 7913201f89
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
15 changed files with 15 additions and 26 deletions

View file

@ -79,7 +79,7 @@ $(TARGETS_MEM_TEST): test-mem-%: %
.PHONY: build-test
build-test: $(BINS_TEST)
$(BINS_TEST): %: %.c.o $(BIN)
$(BINS_TEST): %: %.c.o
$(CC) \
$^ -o $@