cleanup clean
[unix-history] / usr / src / usr.bin / pascal / pdx / Makefile
index 3746a20..6f81388 100644 (file)
@@ -2,7 +2,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    1.16 (Berkeley) %G%
+#      @(#)Makefile    1.17 (Berkeley) %G%
 #
 # make file for pdx
 #
 #
 # make file for pdx
 #
@@ -177,7 +177,7 @@ install: a.out
        install -s a.out ${INSTALL}
 
 clean:
        install -s a.out ${INSTALL}
 
 clean:
-       ${RM} a.out */*.o
+       ${RM} a.out *.o */*.o
 
 #
 # Warning:  This will produce a very long listing.  You would be better
 
 #
 # Warning:  This will produce a very long listing.  You would be better