From 1397b70ce7bcc8763943f8ae8daecffd751b49a9 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 9 Feb 2019 15:41:35 +0100 Subject: [PATCH] Remove duplicate source from Makefile (and sort it) It's easier to notice duplicate files if they are sorted. --- test/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/test/Makefile b/test/Makefile index 16aa1eb5f..6a323d17d 100644 --- a/test/Makefile +++ b/test/Makefile @@ -19,9 +19,8 @@ include ../makeinclude CPPFILES =\ - unittests.cxx \ - animated.cxx \ adjuster.cxx \ + animated.cxx \ arc.cxx \ ask.cxx \ bitmap.cxx \ @@ -78,7 +77,6 @@ CPPFILES =\ pixmap_browser.cxx \ pixmap.cxx \ preferences.cxx \ - device.cxx \ radio.cxx \ resizebox.cxx \ resize.cxx \ @@ -95,8 +93,9 @@ CPPFILES =\ tiled_image.cxx \ tree.cxx \ twowin.cxx \ - valuators.cxx \ + unittests.cxx \ utf8.cxx \ + valuators.cxx \ windowfocus.cxx ALL = \