summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Collapse)Author
2016-10-25Make: Add -check targets to "cargo check"Matthias Beyer
2016-10-08Fix missing [[ on travisMatthias Beyer
2016-09-24Add `sort` for always same build ordermario
2016-09-24Fix imag-bin-releasemario
2016-09-24Add the targets for the imag-binary to respective collector targetsmario
2016-09-19Replace invocation of "find" with test for a MakefileJulian Ganz
2016-09-19Make "test" a postfix to library targets rather than a prefixJulian Ganz
2016-09-19Make the binary tests depend on the binariesJulian Ganz
2016-09-19Add general testing targetJulian Ganz
2016-09-19Add a convenience target for binary testsJulian Ganz
2016-09-19Execute tests by calling another MakefileMatthias Beyer
2016-09-19Add first idea how to exec all the tests in the MakefileMatthias Beyer
2016-09-07Fix imag-bin-install targetMario Krehl
2016-08-29Add targets for the imag binary itselfMatthias Beyer
2016-08-27fix width of outputmario
2016-08-27add release targetmario
2016-08-27add install targetmario
2016-08-24added update targetMario Krehl
2016-08-23Add makefile target for cleaning everythingMatthias Beyer
2016-08-12Rewrite MakefileMatthias Beyer
2016-07-27Add Makefile target for building the lib documentationMatthias Beyer
2016-06-04Deduplicates the MakefileKevin K
2016-06-03Adds a Makefile for building modulesKevin K
One can now type: ``` $> make ``` Which builds all the modules and places them in a `out/` directory of the project root for easy finding. Alternatively one can type: ``` $> make $module ``` Where `$module` is one of the `imag-$module` names, such as `counter`, `link`, etc. To clean up the `out/` directory it's `$> make clean`