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