Minor changes.
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 10 Feb 1995 16:48:52 +0000 (16:48 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 10 Feb 1995 16:48:52 +0000 (16:48 +0000)
Makefile

index e5bee67..813ce7b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,11 @@
 # Europagate, 1994-1995.
 #
 # $Log: Makefile,v $
-# Revision 1.1  1995/02/09 17:27:10  adam
-# Initial revision
+# Revision 1.2  1995/02/10 16:48:52  adam
+# Minor changes.
+#
+# Revision 1.1.1.1  1995/02/09  17:27:11  adam
+# Initial version of email gateway under CVS control.
 #
 SHELL=/bin/sh
 MAKE=make
@@ -18,7 +21,7 @@ dep depend:
        for i in $(SUBDIR); do cd $$i; if $(MAKE) depend; then cd ..; else exit 1; fi; done
 
 clean:
-       rm -f lib/*
+       rm -f lib/*.a
        for i in $(SUBDIR); do (cd $$i; $(MAKE) clean); done
 
 cleanup: