We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0b59f commit ca3ccb8Copy full SHA for ca3ccb8
lib/makefile
@@ -0,0 +1,5 @@
1
+export objs += string.o
2
+
3
+all:
4
+ echo -n "lib/string.o " >> ../objs.txt
5
+ i586-elf-gcc -c string.c -o string.o -std=gnu99 -ffreestanding -O2 -Wall -Wextra
0 commit comments