aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2014-09-14 22:08:03 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2014-09-14 22:45:12 +0200
commit7d3f0ca4c83fb371aa47b2532199011f32a717fe (patch)
tree787ac3854b515f0cc71979f9f335161b4d739b22 /Makefile
parent215891a8ee5e47319d465866cb6ec28eb2768984 (diff)
downloadponymap-7d3f0ca4c83fb371aa47b2532199011f32a717fe.tar.gz
ponymap-7d3f0ca4c83fb371aa47b2532199011f32a717fe.tar.xz
ponymap-7d3f0ca4c83fb371aa47b2532199011f32a717fe.zip
Even more stuff
Some reorganisation has taken place.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 070c9d5..3c816de 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ LDFLAGS = `pkg-config --libs libssl` -lpthread -lrt -ldl -lcurses
.PHONY: all clean
.SUFFIXES:
-targets = ponymap plugins/http.so plugins/irc.so
+targets = ponymap plugins/http.so plugins/irc.so plugins/ssh.so
all: $(targets)