aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Frank Denis <github@pureftpd.org>2017-12-30 03:29:35 +0100
committerGravatar Frank Denis <github@pureftpd.org>2017-12-30 03:29:35 +0100
commitccb5ff9bb3a75d6ceac19e193eac447f7e84de79 (patch)
tree6ca666ad8a1916dfcf0a016ec06ff43fb3f5c42a /Makefile
parentf1e3970b52886c2e784d9d6a247788924eec6941 (diff)
downloadtweetpipe-ccb5ff9bb3a75d6ceac19e193eac447f7e84de79.tar.gz
Move things to src/
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 12bc6f5..4656bfd 100644
--- a/Makefile
+++ b/Makefile
@@ -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