]> mj.ucw.cz Git - libucw.git/blobdiff - lib/sorter/Makefile
Shaved off a couple of items from the TODO.
[libucw.git] / lib / sorter / Makefile
index ebe6cad5ce7b81439c377ce6874f37b53cc640ff..7dfa34dea5a7420dad8a6af5e01ba2ebc971f5a1 100644 (file)
@@ -2,7 +2,8 @@
 
 DIRS+=lib/sorter
 
-LIBUCW_MODS+=sorter/config sorter/govern sorter/sbuck
+LIBUCW_MODS+=$(addprefix sorter/, config govern sbuck array)
+PROGS+=$(o)/lib/sorter/sort-test $(o)/lib/sorter/old-test
 
 $(o)/lib/sorter/sort-test: $(o)/lib/sorter/sort-test.o $(LIBUCW)
 $(o)/lib/sorter/old-test: $(o)/lib/sorter/old-test.o $(LIBUCW)