From 7d3f0ca4c83fb371aa47b2532199011f32a717fe Mon Sep 17 00:00:00 2001 From: Přemysl Janouch Date: Sun, 14 Sep 2014 22:08:03 +0200 Subject: Even more stuff Some reorganisation has taken place. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3-54-g00ecf