bemanitools/src/main/ddriotest/Module.mk
icex2 0adec478cc 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-23 13:29:53 +01:00

10 lines
128 B
Makefile

exes += ddriotest \
libs_ddriotest := \
core \
ddrio \
util \
src_ddriotest := \
main.c \