All checks were successful
Build documentation / build-and-deploy (push) Successful in 26s
11 lines
236 B
Makefile
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
|