have been many many changes including many bug fixes, graphics improvements, editor improvements, new toolbox functions, etc.
13 lines
313 B
Text
13 lines
313 B
Text
$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
|
|
+
|