Helper tool for solving arbritary autotool tasks of the course 'Modellierung WS 20' by brute force.
DISCLAIMER
This tool is meant to be used only as a help if one just can't find a solution to a given task; sometims it's easier to understand a problem by looking at the solution ;)
This tool is not meant to be used for cheating, solving highscore tasks or similiar intentions.
USAGE
run task: <task> <task description file>
show task types: tasks
show task description: help <task>
show usage: help
show version: version
show license: license
autotool-helper tasks
autotool-helper help <task type>
autotool-helper <task type> <task description file>
Example task description files can be found at examples directory.
The final executables are built and tested by stack. To build the final executable run
stack build
stack install
Afterwards the executable should be placed inside stack's local binary directory and is accessible as
autotool-helper
stack test
Prebuilt binaries can be found at the Repo's Releases page.