Commit Graph

9 Commits

Author SHA1 Message Date
Austin Horstman 25ac6b7a80
refactor(makefile): allow build on test command
meson will skip building, if not needed, but we want to make sure we're
actually testing what we expect.

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-08-13 14:09:01 -05:00
Austin Horstman 8fe76317fb
feat(makefile): support more detailed test output
Add a command to show a prettier test output so you can see what's going
on easier.

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-08-13 14:09:01 -05:00
Austin Horstman 381fe83008
Makefile: fix meson deprecations 2024-05-28 15:41:10 -05:00
Paul Riou fa9f3a6dc5 make:Add phony 'test' rule 2023-03-13 00:50:19 +00:00
mazunki 13239417d8 fixed wrong dependency for make target 2021-09-18 01:20:16 +02:00
Rolf Vidar Mazunki Hoksaas 2c380a53ca added support for the {gwaddr} variable 2021-09-09 20:05:18 +02:00
Tudor Brindus 5e712ca255
Switch default Makefile rule from run to build
This commit makes it so that running `make` without arguments builds
rather than builds and runs, which is unconventional and surprising
behaviour.
2020-03-14 16:25:33 -04:00
Caleb Bassi 6a5a4881ad Add install and build-debug commands to makefile 2018-12-28 06:37:07 -08:00
Caleb Bassi 7804514c5c Add simple makefile 2018-12-27 15:56:47 -08:00