Updated libc

This commit is contained in:
Alex
2022-12-07 13:53:08 +02:00
parent bc92258a5f
commit 2b57c3126a
28 changed files with 360 additions and 65 deletions

5
apps/base/Makefile Normal file
View File

@ -0,0 +1,5 @@
build:
make --quiet -C echo build
clean:
make -C echo clean