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 | 08d2be6206d257f8b74ca467d7e194d815aa5422 (patch) | |
tree | a8e30f9e6e4c087e386cf2ae49c767b7ff3910f3 /Makefile | |
parent | Remove -lm (diff) | |
download | torus-08d2be6206d257f8b74ca467d7e194d815aa5422.tar.gz torus-08d2be6206d257f8b74ca467d7e194d815aa5422.zip |
Revert "Explicitly build from .o objects"
This reverts commit 10df862510e610cf735ad181c2dd4cdc235e9102.
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 |