Luna/tests/Makefile
2022-10-16 15:31:58 +02:00

9 lines
86 B
Makefile

build:
make -C libc build
install:
make -C libc install
test:
make -C libc test