diff options
author | epochqwert <epoch@53flpnlls43fcguy.onion> | 2015-02-07 03:43:14 -0600 |
---|---|---|
committer | epochqwert <epoch@53flpnlls43fcguy.onion> | 2015-02-07 03:43:14 -0600 |
commit | 04e1a88e14844fa692c6bb6b484a2a2d9207f194 (patch) | |
tree | ebd349be733506cbdb04db74846f5486a9ef8c86 /Makefile | |
parent | e80dd3006171b33705395b0c7547f03925670bf9 (diff) | |
download | segfault-04e1a88e14844fa692c6bb6b484a2a2d9207f194.tar.gz segfault-04e1a88e14844fa692c6bb6b484a2a2d9207f194.zip |
took out startup_stuff because server messages can be handled now. !alias !004 !raw join #defualt or whatever you want the bot to do.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,6 +12,6 @@ clean: rm -f segfault install: - cp -f libhashtable/libhashtable.so /usr/local/lib/ - cp -f libirc/libirc.so /usr/local/lib/ + cd libirc && $(MAKE) install + cd libhashtable && $(MAKE) install cp -f segfault /usr/local/bin/segfault |