bemanitools/src/main/extiotest/Module.mk
icex2 e8221631f9 refactor: Entire code base, thread and log usage
Boils down to:
- Include headers
- Reduce boiler plate with helpers
- Swap out explicit usages with core API layer
  and ensure the right API is configured beforehand
2024-02-25 09:07:54 +01:00

11 lines
143 B
Makefile

exes += extiotest \
libs_extiotest := \
extiodrv \
extio \
core \
util \
src_extiotest := \
main.c \