Files
mop3/make/liballoc.mk
kamkow1 ec6cd43a14
All checks were successful
Build documentation / build-and-deploy (push) Successful in 26s
Move out libmsl functionality into separate libs
2026-02-12 22:57:33 +01:00

11 lines
236 B
Makefile

all_liballoc:
make -C liballoc platform=$(platform) all
clean_liballoc:
make -C liballoc platform=$(platform) clean
format_liballoc:
make -C liballoc platform=$(platform) format
.PHONY: all_liballoc clean_liballoc format_liballoc