diff options
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index 1416c9d..5ddabff 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -8,7 +8,7 @@ AR := ar ARCH := x86_64 -libmatcha.a: compile_guard.o thread.o executor.o \ +libmatcha.a: thread.o executor.o \ thread.h executor.h \ arch/$(ARCH)/thread_create.o arch/$(ARCH)/yield.o \ arch/$(ARCH)/init_stack.o \ |