Benchmarks are working, but empty

Lots of work and stress for a tint bit of progress.

See #131
This commit is contained in:
2024-10-19 15:57:07 +11:00
parent 787a1cca84
commit 5d37d06343
10 changed files with 159 additions and 1 deletions

View File

@@ -35,7 +35,6 @@ build: $(TEST_OBJDIR)$(TEST_SRCFILES:.c=.o)
$(TEST_OBJDIR)%.o: $(TEST_SRCDIR)%.c
$(CC) -c -o $@ $< $(CFLAGS) -fdata-sections -ffunction-sections
.PRECIOUS: $(TEST_OUTDIR)%.exe
$(TEST_OUTDIR)%.exe: $(TEST_OBJDIR)%.o
$(CC) -o $@ $< $(CFLAGS) $(LIBS) $(LDFLAGS)