diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -25,17 +25,12 @@ OBJ =\ libfonts_get_subpixel_order_class.o\ libfonts_unget_subpixel_order_class.o -TESTS =\ - libfonts_calculate_subpixel_order.test\ - libfonts_get_default_font_name.test\ - libfonts_get_subpixel_order_class.test\ - libfonts_unget_subpixel_order_class.test - HDR =\ common.h\ libfonts.h LOBJ = $(OBJ:.o=.lo) +TESTS = $(OBJ:.o=.test) all: libfonts.a libfonts.$(LIBEXT) $(TESTS) |