diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-01-20 13:16:51 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-01-20 15:18:50 +0100 |
commit | b36603b0bdb010fae50343454ddebd54929a97f2 (patch) | |
tree | e411d89166c8faf064ddfb3d3745ccbf05fe38ca /Makefile | |
parent | 1017ce0a91b8c66d36c9b65b0a1a0011342fa958 (diff) | |
download | sds-b36603b0bdb010fae50343454ddebd54929a97f2.tar.xz |
Rename sds.{h,c} to yasl.{h,c}
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |