ar create archive

This commit is contained in:
Venelin
2024-03-06 15:23:33 +02:00
parent 60ed428b06
commit 097738cf64
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ options="-std=c++17 -Ofast -flto -march=native -DNDEBUG -Wall -Wextra -Wno-paren
g++ -c $options commands.cpp childProcess.cpp
# Create lib
ar r libcppipe.a commands.o childProcess.o
ar rc libcppipe.a commands.o childProcess.o
mv libcppipe.a ${PREFIX}/lib
rm commands.o childProcess.o
+1
View File
@@ -8,3 +8,4 @@ close files on destruction
make portable
shaded obj
uninstall
throw when a command couldnt be ran