diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2014-09-14 22:08:03 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2014-09-14 22:45:12 +0200 |
commit | 7d3f0ca4c83fb371aa47b2532199011f32a717fe (patch) | |
tree | 787ac3854b515f0cc71979f9f335161b4d739b22 /Makefile | |
parent | 215891a8ee5e47319d465866cb6ec28eb2768984 (diff) | |
download | ponymap-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |