mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Benchmarks are working, but empty
Lots of work and stress for a tint bit of progress. See #131
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user