From c7ab12bba64d9c20ccd79b132dac475f7bc3923e Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 21 Jan 2026 22:22:16 +0100 Subject: Re-enable multi-threading --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 10c5f5e..54dcd92 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ TARGET = crep -SOURCES = $(wildcard *.c) +SOURCES = $(wildcard *.c *.h) TS_ALIBS = $(shell find vendor -name "*.a" -print) VENDOR_DIRS = $(wildcard vendor/*) CFLAGS = $(EXTRA_FLAGS) -Wall -Wextra -std=gnu99 -pedantic -ggdb -O3 -- cgit v1.2.3