This commit is contained in:
stickynotememo
2025-12-19 17:07:07 +11:00
parent 9d6829199f
commit 806ff9ce43
7 changed files with 61 additions and 7 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
# -L target -l 2_c
2_c: 1_assembly
gcc -Wall -Wpedantic -Werror src/2_c.c -c -o target/2_c.o
gcc -Wall -Wpedantic -Werror src/2_c.c -c -fPIC -o target/2_c.o
# ar rcs target/lib2_c.a target/2_c.o
1_assembly: