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