aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-01-20 13:16:51 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-01-20 15:18:50 +0100
commitb36603b0bdb010fae50343454ddebd54929a97f2 (patch)
treee411d89166c8faf064ddfb3d3745ccbf05fe38ca /Makefile
parent1017ce0a91b8c66d36c9b65b0a1a0011342fa958 (diff)
downloadsds-b36603b0bdb010fae50343454ddebd54929a97f2.tar.xz
Rename sds.{h,c} to yasl.{h,c}
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ebaf366..f7bc480 100644
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,8 @@ CFLAGS += -O2 -std=c99 -ggdb -fPIE -pie -fstack-protector-all -Wl,-z,relro -Wl,-
CFLAGS += -Weverything -Wno-disabled-macro-expansion -Wno-vla -Wno-cast-align
CC = clang
-SOURCES = test/twbctf.c src/sds.c
-HEADERS = test/twbctf.h src/sds.h
+SOURCES = test/twbctf.c src/yasl.c
+HEADERS = test/twbctf.h src/yasl.h
MANPAGES = docs/sds.3 docs/sdsnew.3 docs/sdsfree.3
all: sds-test $(MANPAGES)