[Fxruby-commits] CVS: FXRuby/swig-interfaces Makefile,1.20,1.20.2.1
Status: Inactive
Brought to you by:
lyle
|
From: Lyle J. <ly...@us...> - 2002-05-08 16:49:02
|
Update of /cvsroot/fxruby/FXRuby/swig-interfaces
In directory usw-pr-cvs1:/tmp/cvs-serv8628
Modified Files:
Tag: release10
Makefile
Log Message:
Marked "clean" as a .PHONY target.
Index: Makefile
===================================================================
RCS file: /cvsroot/fxruby/FXRuby/swig-interfaces/Makefile,v
retrieving revision 1.20
retrieving revision 1.20.2.1
diff -C2 -d -r1.20 -r1.20.2.1
*** Makefile 14 Mar 2002 18:48:14 -0000 1.20
--- Makefile 8 May 2002 16:48:59 -0000 1.20.2.1
***************
*** 6,9 ****
--- 6,11 ----
#
+ .PHONY: clean
+
SWIG = swig
CFLAGS = -c -c++ -ruby -no_default
|