X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Makefile;h=526a9cc1587ae97e829899a4f2bc5c05def3e5a6;hb=8013439fb5294f64bd76af91c4303070db2448a7;hp=c3e6ff7d09f6b2e1228931a46ef1bf0ab91fc626;hpb=4b87e80c1ee4dd6a5d5c13e7b4321a956f53378f;p=fjl diff --git a/Makefile b/Makefile index c3e6ff7..526a9cc 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ BYTESOURCE_TEST_OBJS=bytesource.o choice.o unstuff.o bytesource_test.o bytesource_test: $(BYTESOURCE_TEST_OBJS) $(CC) $(LDFLAGS) -o $@ $(BYTESOURCE_TEST_OBJS) -IDCT_TEST_OBJS=idct.o idct_test.o benchmark.o +IDCT_TEST_OBJS=idct_float.o idct_imprecise_int.o idct_reference.o idct_test.o benchmark.o idct_test: $(IDCT_TEST_OBJS) $(CC) $(LDFLAGS) -o $@ $(IDCT_TEST_OBJS)