Skip to content

Commit ca3ccb8

Browse files
committed
Added IDT support.
1 parent 0b0b59f commit ca3ccb8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)