aboutsummaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Collapse)AuthorAge
* Change gettext '_' to 'G_'.Hugo Hörnquist2022-10-16
| | | | Guile 3 reserves _ for other stuff.
* Change README to a markdown file.Hugo Hörnquist2022-08-01
| | | | | | | | The self-formatted code was fancy, and it showed of part of our functionality. It was however cumbersome to keep the file updated, and pre-formatted text on webpages honestly doesn't look that good. The contents of the README are however unchanged in this commit.
* Static should create its own directories when installing.Hugo Hörnquist2022-08-01
|
* Ensure proper environment while compiling.Hugo Hörnquist2022-07-07
|
* Improve test flags in makefile.Hugo Hörnquist2022-06-12
|
* Add LIMIT flag to make check.Hugo Hörnquist2022-06-12
|
* Add verbose toggle to tests.Hugo Hörnquist2022-06-10
| | | | Also change DEBUG to 1, no difference. But 0 for true felt wrong
* Add check rule to makefile.Hugo Hörnquist2022-05-18
| | | | | The old test generates coverage, which while good is rather slow. Running the tests this way is a way faster.
* Made lcov.info phony.Hugo Hörnquist2022-04-21
| | | | | We do actually generate lcov.info, but It's marked phony to force tests to always run.
* Replace systemd service with working, remove PKGBUILD.Hugo Hörnquist2022-04-11
|
* Remove location lines from po files.Hugo Hörnquist2022-04-11
| | | | While useful, they clutter the changelog to much.
* Merge branch 'translation'Hugo Hörnquist2022-04-07
|\
| * Update makefile for localizations.Hugo Hörnquist2022-02-22
| |
* | Bulid and install info files from main make.Hugo Hörnquist2022-03-15
| |
* | Cleanup makefile.Hugo Hörnquist2022-03-07
| |
* | Made make sequence quieter.Hugo Hörnquist2022-03-06
| |
* | Allow explicit GUILE environment, document it.Hugo Hörnquist2022-03-06
| | | | | | | | | | | | | | | | The environment variable GUILE can now be set to override the guile version, which allows us to test the code with multiple versions/implementations. Also updates README to note these variables.
* | Tests now use our local compiled files.Hugo Hörnquist2022-03-04
| | | | | | | | | | | | Previously there was a bunch of errors with the tests, where they tried to compile everything automatically, which usually went rather poorly due to it being in --debug mode.
* | Add --quiet to genhtml in Makefile.Hugo Hörnquist2022-03-01
|/
* Cleanup modules.Hugo Hörnquist2021-12-22
| | | | | | Primarly this moves all vcompenent input and output code to clearly labeled modules, instead of being spread out. At the same time it also removes a handfull of unused procedures.
* add genhtml to make test.Hugo Hörnquist2021-12-21
|
* Move towards release.Hugo Hörnquist2020-08-18
|
* Improve makefile.Hugo Hörnquist2020-08-14
|
* Change static.css to scss.Hugo Hörnquist2020-08-13
|
* Add more to make install.Hugo Hörnquist2020-08-04
|
* Fix make install for tzget.Hugo Hörnquist2020-08-04
|
* Update README with new build instructions.Hugo Hörnquist2020-08-03
|
* Remove -Wunused-variable compile flag, since macros make it \"worthless\".Hugo Hörnquist2020-07-24
|
* Clean up makefile.Hugo Hörnquist2020-07-13
|
* Start port of parse to scheme.Hugo Hörnquist2019-11-01
|
* Fix re-export of add-child!Hugo Hörnquist2019-10-06
|
* Remove old C code.Hugo Hörnquist2019-10-06
|
* Made parser work again (for single files).Hugo Hörnquist2019-10-02
|
* Disabled bunch of old stuff, new stuff kinda builds.Hugo Hörnquist2019-10-01
|
* Makefile cleanup.Hugo Hörnquist2019-07-21
|
* Add guile_auto_compile env var to makefile.Hugo Hörnquist2019-07-21
|
* Add html target.Hugo Hörnquist2019-07-21
|
* Rewrote build and main execution.Hugo Hörnquist2019-07-21
|
* Fix makefile so all also builds guile code.Hugo Hörnquist2019-04-26
|
* Remove old termios bindings.Hugo Hörnquist2019-04-05
|
* Add tests to makefile.Hugo Hörnquist2019-04-03
|
* Move C and Scheme code into subdirs.Hugo Hörnquist2019-03-22
|
* Add clean-scheme to makefile.Hugo Hörnquist2019-03-22
|
* Add ./ to makefile.Hugo Hörnquist2019-03-21
|
* Add termios bindings from C.Hugo Hörnquist2019-03-12
|
* Add ctags generation for RFC-file.Hugo Hörnquist2019-03-11
|
* Simplify Makefiel.Hugo Hörnquist2019-02-26
|
* Switch back to C compiler.Hugo Hörnquist2019-02-23
|
* Made to compile as C++.Hugo Hörnquist2019-02-18
|
* Maybe improved makefile.Hugo Hörnquist2019-02-18
|