cp: Add -r/--recursive flag

This commit is contained in:
2025-11-23 02:25:05 +02:00
parent e3e2e7b4df
commit 1f9b296ae7
2 changed files with 204 additions and 103 deletions

View File

@@ -3,7 +3,6 @@ set(SOURCES
)
add_executable(cp ${SOURCES})
banan_include_headers(cp ban)
banan_link_library(cp libc)
install(TARGETS cp OPTIONAL)