Nucleus
Barry Preemptive and lockless scheduler a1eaf26 (3 years, 1 month ago)diff --git a/Makefile b/Makefile index 5ec91e5..4521552 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ build/%.o: %.S @$(AS) -c $< -o $@ $(AFLAGS) # Overrides -build/object/%.o: object/%.c +build/lib/object/%.o: lib/object/%.c $(info CC $<) @mkdir -p $(@D) @$(CC) -c $< -o $@ $(CFLAGS) -O3