353a876869
have been many many changes including many bug fixes, graphics improvements, editor improvements, new toolbox functions, etc.
13 lines
526 B
Text
13 lines
526 B
Text
$NetBSD: patch-al,v 1.8 2007/03/23 22:08:57 dmcmahill Exp $
|
|
|
|
--- examples/interface-tour-so/Makefile.orig 2006-01-04 14:40:34.000000000 +0000
|
|
+++ examples/interface-tour-so/Makefile
|
|
@@ -15,7 +15,7 @@ tests : all
|
|
clean ::
|
|
@echo Cleaning
|
|
@$(RM) -f -r *.o *.lo *.la *.so *.dll *.sl *.a *.dia .job.sce so_locations
|
|
- @$(RM) -f -r .libs f3cloader.sce f3cmake f3floader.sce f3fmake
|
|
+ @$(RM) -f -r .libs f3cloader.sce f3cmake f3floader.sce f3fmake libexamples.c loader.sce
|
|
|
|
distclean:: clean
|
|
@$(RM) -f *.dia *_gateway.c
|