blob: 3ef2309c7144407fc602a01c54c7b7c90d834b48 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-af,v 1.9 2007/03/23 22:08:56 dmcmahill Exp $
--- examples/macros-examples/Makefile.orig 2001-04-26 07:43:33.000000000 +0000
+++ examples/macros-examples/Makefile
@@ -23,3 +23,8 @@ include $(SCIDIR)/macros/Make.lib
tests :: all
+clean ::
+ ${RM} -f tmp_Macros tmp_Bin
+
+distclean :: clean
+
|