diff options
author | June McEnroe <june@causal.agency> | 2018-08-25 01:24:18 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-08-25 01:24:18 -0400 |
commit | c8cc08015b721a622477e491e5b62df091ec5a63 (patch) | |
tree | 3e741bff3f7067a53add278fa31d564b83ccd44b | |
parent | Remove -lm (diff) | |
download | torus-c8cc08015b721a622477e491e5b62df091ec5a63.tar.gz torus-c8cc08015b721a622477e491e5b62df091ec5a63.zip |
Revert "Explicitly build from .o objects"
This reverts commit 8f73696d3577a2c65b040838597a1710097c5488.
Diffstat (limited to '')
-rw-r--r-- | Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile b/Makefile index f95420c..04fa105 100644 --- a/Makefile +++ b/Makefile @@ -8,14 +8,6 @@ OBJS = $(BINS:%=%.o) all: tags $(BINS) -server: server.o - -client: client.o - -meta: meta.o - -merge: merge.o - $(OBJS): torus.h client.o: help.h |