aboutgitcodelistschat:MatrixIRC
diff options
context:
space:
mode:
authorStefano Brivio <sbrivio@redhat.com>2023-06-14 13:59:37 +0200
committerStefano Brivio <sbrivio@redhat.com>2023-06-14 13:59:37 +0200
commit7e85c2d749afe3ba47ae0aa2302ffac9d6861a44 (patch)
treeabc9df4fde06de232da125fc2badd0b627ef80dd
parent54bca55ae5212002f8b5178f3d427cb4f54be233 (diff)
downloadseitan-7e85c2d749afe3ba47ae0aa2302ffac9d6861a44.tar
seitan-7e85c2d749afe3ba47ae0aa2302ffac9d6861a44.tar.gz
seitan-7e85c2d749afe3ba47ae0aa2302ffac9d6861a44.tar.bz2
seitan-7e85c2d749afe3ba47ae0aa2302ffac9d6861a44.tar.lz
seitan-7e85c2d749afe3ba47ae0aa2302ffac9d6861a44.tar.xz
seitan-7e85c2d749afe3ba47ae0aa2302ffac9d6861a44.tar.zst
seitan-7e85c2d749afe3ba47ae0aa2302ffac9d6861a44.zip
Makefile: Fix build
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0c52c8a..a2f146c 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ COMMON_DIR := $(DIR)/common
BIN := $(OUTDIR)/seitan
SRCS := seitan.c $(COMMON_DIR)/common.c $(COMMON_DIR)/util.c operations.c
HEADERS := $(COMMON_DIR)/common.h $(COMMON_DIR)/gluten.h \
- $(COMMON_DIR)/numbers.h $(COMMON_DIR)/util.h operations.h
+ $(COMMON_DIR)/util.h operations.h
CFLAGS += -DTMP_DATA_SIZE=1000
CFLAGS += -Wall -Wextra -pedantic -std=c99 -I$(COMMON_DIR)