gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] callgl Makefile


From: Matti Katila
Subject: [Gzz-commits] callgl Makefile
Date: Sun, 23 Mar 2003 15:06:04 -0500

CVSROOT:        /cvsroot/callgl
Module name:    callgl
Changes by:     Matti Katila <address@hidden>   03/03/23 15:06:04

Modified files:
        .              : Makefile 

Log message:
        add clean state

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/callgl/callgl/Makefile.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: callgl/Makefile
diff -u callgl/Makefile:1.3 callgl/Makefile:1.4
--- callgl/Makefile:1.3 Sat Feb 22 10:12:57 2003
+++ callgl/Makefile     Sun Mar 23 15:06:04 2003
@@ -12,6 +12,10 @@
 examples: src
 
 
+clean:
+       find -name "*.dep" | xargs rm -f
+       find -name "*.o" | xargs rm -f
+
 
 # gltokens.c is currently in cvs to prevent potential problems 
 # with different OpenGL headers.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]