BarryServer : Git

All the code for all my projects
// BarryServer : Git / Nucleus / commit / a1eaf264431107a223a69ca35d3b916243d7b90e / Makefile

// Related

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