summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2026-01-21 22:22:16 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2026-01-21 22:22:16 +0100
commitc7ab12bba64d9c20ccd79b132dac475f7bc3923e (patch)
treeabf2891f9bd1bfa549ed460b288e2c19348bc230 /Makefile
parent2b3d92e401f0065e440b51da9a6532695b37ef84 (diff)
downloadcrep-c7ab12bba64d9c20ccd79b132dac475f7bc3923e.tar.gz
Re-enable multi-threading
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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