diff options
| -rw-r--r-- | Makefile | 12 | ||||
| -rw-r--r-- | src/common.h (renamed from common.h) | 0 | ||||
| -rw-r--r-- | src/encpipe.c (renamed from encpipe.c) | 0 | ||||
| -rw-r--r-- | src/encpipe_p.h (renamed from encpipe_p.h) | 0 | ||||
| -rw-r--r-- | src/safe_rw.c (renamed from safe_rw.c) | 0 | ||||
| -rw-r--r-- | src/safe_rw.h (renamed from safe_rw.h) | 0 |
6 files changed, 6 insertions, 6 deletions
@@ -2,17 +2,17 @@ PREFIX ?= /usr/local WFLAGS ?= -Wall -Wextra -Wmissing-prototypes -Wdiv-by-zero -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wmissing-declarations -Wnested-externs -Wno-unknown-pragmas -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wswitch-enum -Wno-type-limits CFLAGS ?= -Os -march=native -fno-exceptions $(WFLAGS) CFLAGS += -I. -OBJ = encpipe.o safe_rw.o +OBJ = src/encpipe.o src/safe_rw.o AR ?= ar RANLIB ?= ranlib STRIP ?= strip SRC = \ - common.h \ - encpipe.c \ - encpipe_p.h \ - safe_rw.c \ - safe_rw.h + src/common.h \ + src/encpipe.c \ + src/encpipe_p.h \ + src/safe_rw.c \ + src/safe_rw.h all: bin diff --git a/encpipe.c b/src/encpipe.c index 79500c6..79500c6 100644 --- a/encpipe.c +++ b/src/encpipe.c diff --git a/encpipe_p.h b/src/encpipe_p.h index 3e8e474..3e8e474 100644 --- a/encpipe_p.h +++ b/src/encpipe_p.h diff --git a/safe_rw.c b/src/safe_rw.c index 683d8b5..683d8b5 100644 --- a/safe_rw.c +++ b/src/safe_rw.c diff --git a/safe_rw.h b/src/safe_rw.h index 31f4aa6..31f4aa6 100644 --- a/safe_rw.h +++ b/src/safe_rw.h |