diff --git a/README b/README index e491e293f35471c4420486c67fb0aa021d558b52..02a7dce9fe35101e23ac2511a54268db4e9b06be 100644 --- a/README +++ b/README @@ -7,7 +7,7 @@ What is it? The automata (algorithm) library toolkit (ALT) is a mathematical implementation of various types of automata, grammars, and other common structires along with mathematical implementation of algorithms over these structures. -Originaly developed on Faculty of Information Technology of Czech Technical +Originaly developed at Faculty of Information Technology of Czech Technical University in Prague. It supposed to be a reference implementation of formal algorithms as-are in papers, hence allowing practical reuse of existing algorithms in form of by pipe comunicating tools. @@ -50,3 +50,8 @@ for bug reporting at ?? o If you want to participate in actively developing ALT please subscribe to the `??' mailing list as described at ?? + +Authors +------- + + diff --git a/makefile b/makefile index e1b158ae2b6545690805eb6ca4333d8cd3901f56..287277519a2fbcd5b98242f99d50fd8a280429c4 100644 --- a/makefile +++ b/makefile @@ -5,18 +5,18 @@ BINFOLDER = bin CORE_LIB = alib2data SUBDIRS_LIBS = alib2algo SUBDIRS_BINS = acat2 \ - aconversions2 \ - aconvert2 \ - aderivation2 \ - adeterminize2 \ - adiff2 \ - aepsilon2 \ - aintegral2 \ - aminimize2 \ - anormalize2 \ - arand2 \ - astat2 \ - atrim2 \ + aconversions2 \ + aconvert2 \ + aderivation2 \ + adeterminize2 \ + adiff2 \ + aepsilon2 \ + aintegral2 \ + aminimize2 \ + anormalize2 \ + arand2 \ + astat2 \ + atrim2 \ SUBDIRS_WITH_MAKE = $(dir $(wildcard */makefile))