Even more stuff

Some reorganisation has taken place.
This commit is contained in:
2014-09-14 22:08:03 +02:00
parent 215891a8ee
commit 7d3f0ca4c8
3 changed files with 438 additions and 185 deletions

View File

@@ -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)