clean profiled
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 13 Dec 1987 11:57:08 +0000 (03:57 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 13 Dec 1987 11:57:08 +0000 (03:57 -0800)
SCCS-vsn: old/libm/libom/Makefile 4.5

usr/src/old/libm/libom/Makefile

index 13ec3ec..b8b2478 100644 (file)
@@ -3,7 +3,7 @@
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
-#      @(#)Makefile    4.4     (Berkeley)      %G%
+#      @(#)Makefile    4.5     (Berkeley)      %G%
 #
 CFLAGS=        -O
 LIBC=  /lib/libc.a
 #
 CFLAGS=        -O
 LIBC=  /lib/libc.a
@@ -27,7 +27,7 @@ libom.a libom_p.a: ${OBJS}
        ar cru libom.a ${OBJS}
 
 clean: FRC
        ar cru libom.a ${OBJS}
 
 clean: FRC
-       rm -f ${OBJS} core libom.a libom_p.a
+       rm -f ${OBJS} core libom.a libom_p.a profiled/*
 
 depend: FRC
        mkdep ${CFLAGS} ${SRCS}
 
 depend: FRC
        mkdep ${CFLAGS} ${SRCS}