Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README | D | 03-May-2024 | 351 | 27 | 15 | |
__gmsl | D | 03-May-2024 | 39 KiB | 855 | 733 | |
gmsl | D | 03-May-2024 | 3 KiB | 90 | 72 | |
gmsl-tests | D | 03-May-2024 | 25.4 KiB | 648 | 568 | |
index.html | D | 03-May-2024 | 27.8 KiB | 688 | 672 |
README
1GNU Make Standard Library 2------------------------- 3 41. Visit http://gmsl.sf.net for more details 5 62. To use the GMSL in your Makefile make sure that you have the files 7 8 gmsl 9 __gmsl 10 11 Add 12 13 include gmsl 14 15 to your Makefile(s). 16 173. To run the GMSL test suite have 18 19 gmsl 20 __gmsl 21 gmsl-tests 22 23 And then run 24 25 make -f gmsl-tests 26 27