BarryServer : Git

All the code for all my projects
// BarryServer : Git / libBLOC / commit / 22e0342f07b1426081405425d5a0a250404c5335 / Makefile

// Related

libBLOC

Barry Restructuring object core + portable locking 22e0342 (2 years, 11 months ago)
diff --git a/Makefile b/Makefile
index 0314ac3..00e1173 100644
--- a/Makefile
+++ b/Makefile
@@ -5,8 +5,7 @@ CFLAGS=-Iinclude/
 
 AR=ar
 
-SRCS := $(wildcard *.c)
-SRCS += $(wildcard **/*.c)
+SRCS := $(wildcard **/*.c)
 OBJS = $(addprefix build/,$(SRCS:.c=.o))
 
 .PHONY: clean all install