X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fsorter%2FMakefile;h=7dfa34dea5a7420dad8a6af5e01ba2ebc971f5a1;hb=15a2b6d5ef43218fc66b95e4c24b152934feb77e;hp=c2c5b723be368de630e22b9440d44e26e8e6c09c;hpb=6d00600fd0121cd3361843ca803fab0b2b76a7d8;p=libucw.git diff --git a/lib/sorter/Makefile b/lib/sorter/Makefile index c2c5b723..7dfa34de 100644 --- a/lib/sorter/Makefile +++ b/lib/sorter/Makefile @@ -2,6 +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)