chore: fix repo compilation after rebase with main
This commit is contained in:
parent
acbe8dc314
commit
7913201f89
15 changed files with 15 additions and 26 deletions
2
Makefile
2
Makefile
|
|
@ -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 $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue