about summary refs log tree commit diff homepage
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-25 01:24:18 -0400
committerJune McEnroe <june@causal.agency>2018-08-25 01:24:18 -0400
commit08d2be6206d257f8b74ca467d7e194d815aa5422 (patch)
treea8e30f9e6e4c087e386cf2ae49c767b7ff3910f3 /Makefile
parentRemove -lm (diff)
downloadtorus-08d2be6206d257f8b74ca467d7e194d815aa5422.tar.gz
torus-08d2be6206d257f8b74ca467d7e194d815aa5422.zip
Revert "Explicitly build from .o objects"
This reverts commit 10df862510e610cf735ad181c2dd4cdc235e9102.
Diffstat (limited to '')
-rw-r--r--Makefile8
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
RST). Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-08Fix UTF-8 with syntax-highlighting.pyPřemysl Janouch Previously the script tried to encode output from Pygments with the ASCII codec, which failed. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Add a suggestion to the manpagePřemysl Janouch So that people wishing to use "enable-http-clone" don't have to find out the correct settings on their own. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix the example configurationPřemysl Janouch "enable-git-clone" doesn't exist, replaced with "enable-http-clone". Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix about-formatting.shPřemysl Janouch dash failed to parse the script. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix some spelling errorsPřemysl Janouch Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08filters: highlight.sh: add css comments for highlight 2.6 and 3.8Ferry Huberts