X-Git-Url: https://git.sesse.net/?p=fjl;a=blobdiff_plain;f=Makefile;h=526a9cc1587ae97e829899a4f2bc5c05def3e5a6;hp=3fc97688c155bd4f00213c9921647e1bcefa8dda;hb=85cda6b1da31916b0127d1217825dea725619245;hpb=053868677195e472ddbc5129c6248419911b4546 diff --git a/Makefile b/Makefile index 3fc9768..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_float.o idct_reference.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)