diff options
Diffstat (limited to 'libc/Makefile')
-rw-r--r-- | libc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/Makefile b/libc/Makefile index 1a8e0f0..a3d1300 100644 --- a/libc/Makefile +++ b/libc/Makefile @@ -10,6 +10,7 @@ COBJS = str.o \ cpu.o \ sys.o \ list.o \ + stack.o \ random.o CC = ccache ../cross/opt/bin/i686-elf-gcc LD = ccache ../cross/opt/bin/i686-elf-ld |