Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cr-marcstevens/sha1collisiondetection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcr-marcstevens <github@marc-stevens.nl>2017-05-09 20:07:01 +0300
committercr-marcstevens <github@marc-stevens.nl>2017-05-09 20:07:01 +0300
commitd7c3bb6079048a7747d0bb77e6a60baf42f15b38 (patch)
treeb9446473685e43d158f29321f5aa5da51f742ad4
parent0124a4133f233d215230fa44156f37dd0e0c1179 (diff)
Makefile fix
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b564468..5a719c0 100644
--- a/Makefile
+++ b/Makefile
@@ -94,7 +94,7 @@ SRC_OBJ_DIR=obj_src
H_DEP:=$(shell find . -type f -name "*.h")
FS_LIB=$(wildcard $(LIB_DIR)/*.c)
-FS_SRC=$(wildcard $(SRC_DIR)/*.c)
+FS_SRC=$(wildcard $(SRC_DIR)/main.c)
FS_SIMD_LIB=
ifeq ($(HAVE_SIMD),1)