diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-10-14 22:59:32 +0200 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2007-10-14 22:59:32 +0200 |
commit | ef627cc4de8d31b19d07453990ef872ee3629e3d (patch) | |
tree | 5af84c3d5432075eec91759674ef34140d29f8d9 | |
parent | f5fc4e263ef1d688ef5ff9d7f57292da2c85273f (diff) | |
download | dovecot-antispam-ef627cc4de8d31b19d07453990ef872ee3629e3d.tar.gz dovecot-antispam-ef627cc4de8d31b19d07453990ef872ee3629e3d.tar.xz dovecot-antispam-ef627cc4de8d31b19d07453990ef872ee3629e3d.zip |
clean all .so files
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ plugin: $(objs) $(CC) $(CFLAGS) $(objs) -o $(LIBRARY_NAME) $(LDFLAGS) clean: - rm -f $(LIBRARY_NAME) *.o *~ + rm -f *.so *.o *~ install: all install -o root -g root -m 0660 $(LIBRARY_NAME) $(INSTALLDIR)/ |