Commit Graph

18 Commits

Author SHA1 Message Date
bbbradsmith df749abbfb libtest target alternative to libs
saves me about 20 minutes if I only want to run tests
2023-05-05 21:56:52 -04:00
mrdudz 0f291aee86 rename the actual checkstyle target too :) 2022-05-17 14:39:35 +02:00
mrdudz 75441afb71 rename the "check" target to "checkstyle".
also created a new "check" target which runs all tests, as it is common with GNU programs
2022-05-17 14:30:41 +02:00
mrdudz 4674b09421 clean and mostlyclean should also clean the test and targettest directories 2022-05-17 13:25:12 +02:00
mrdudz 4b492ed4e5 added TAB checker script, to be added to the PR checker action 2022-04-16 18:18:51 +02:00
mrdudz 179f2d05aa utils before samples 2022-02-05 17:44:46 +01:00
mrdudz afe9d6a2eb also compile the programs in the util directory by default, not only
do we want to test they can be compiled, but also samples may use/require
them. we might want to install them too, perhaps
2022-02-05 17:28:28 +01:00
Oliver Schmidt 5df2de0629 Added test target. 2020-07-22 23:27:04 +02:00
Greg King e31133c804 Added "html" and "info" goals to the top-level Makefile.
They are for people who don't want to build both types of documents at the same time.
2017-05-24 18:49:02 -04:00
Oliver Schmidt 524813ff60 Allow to build samples from the main Makefile. 2016-06-12 23:30:29 +02:00
Patrycjusz R. Łogiewa 4dcfc036c8 samples zip and install targets moved into samples/Makefile as agreed 2016-05-30 17:42:01 +02:00
Oliver Schmidt 80ca7eb4e4 Create zip file. 2014-03-09 00:20:17 +01:00
Oliver Schmidt 88247613d2 Route standard goals to doc Makefile.
- mostlyclean is empty as there are no intermedite files.
- all is empty as I don't want to have if depend on linuxdoc.
2014-02-05 22:36:43 +01:00
Oliver Schmidt 2276777817 Added doc goal to top level Makefile. 2014-02-05 17:55:10 +01:00
Oliver Schmidt e320fe3db8 Added 'install' target.
The 'install' target primarily aims to support pacaking tools. Therefore...
- It just presumes a "capable" install program to be present.
- There's intentionally no 'uninstall' target.
2014-01-29 21:42:26 +01:00
Oliver Schmidt 352ceb166c Renamed [un]install goals to [un]avail.
The [un]install make goals have a rather fixed meaning for *ix users. The simple
symlinks provided here don't match the expectations users have from [un]install.
Therefore it is appropriate to rename them to "something" not tied to specific
expectations.
2013-05-15 11:59:51 +02:00
Oliver Schmidt 969c3b7488 Allow to build just the binaries or just the libraries from the top level Makefile. 2013-05-07 19:05:41 +02:00
Oliver Schmidt 0e1d376305 Added top level Makefile. 2013-05-04 23:01:07 +02:00