summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2019-06-28 20:34:33 -0400
committerTavian Barnes <tavianator@tavianator.com>2019-06-28 20:34:49 -0400
commite8b42e513fa97af5c9978eb95ea97712f0ea5bbb (patch)
treede9d429c0ca37e1cbff85f57a324564e1bfda76e /Makefile
parent0473beaa2e3a46dd782af1182413fcdd4d33e275 (diff)
downloadbfs-e8b42e513fa97af5c9978eb95ea97712f0ea5bbb.tar.xz
Merge everything into one filesingle-file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile19
1 files changed, 1 insertions, 18 deletions
diff --git a/Makefile b/Makefile
index 6195eca..e8d62ca 100644
--- a/Makefile
+++ b/Makefile
@@ -68,24 +68,7 @@ default: bfs
all: bfs tests/mksock
-bfs: \
- bftw.o \
- color.o \
- diag.o \
- dstring.o \
- eval.o \
- exec.o \
- fsade.o \
- main.o \
- mtab.o \
- opt.o \
- parse.o \
- printf.o \
- spawn.o \
- stat.o \
- trie.o \
- typo.o \
- util.o
+bfs: bfs.o
$(CC) $(ALL_LDFLAGS) $^ $(ALL_LDLIBS) -o $@
release: CFLAGS := -g $(WFLAGS) -O3 -flto -DNDEBUG