Luna/tests/Makefile

9 lines
86 B
Makefile
Raw Normal View History

2022-10-16 13:31:58 +00:00
build:
make -C libc build
install:
make -C libc install
test:
make -C libc test