gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] glmosaictext Makefile


From: Matti Katila
Subject: [Gzz-commits] glmosaictext Makefile
Date: Sun, 23 Mar 2003 15:11:16 -0500

CVSROOT:        /cvsroot/glmosaictext
Module name:    glmosaictext
Changes by:     Matti Katila <address@hidden>   03/03/23 15:11:15

Modified files:
        .              : Makefile 

Log message:
        add clean state

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

Patches:
Index: glmosaictext/Makefile
diff -u glmosaictext/Makefile:1.2 glmosaictext/Makefile:1.3
--- glmosaictext/Makefile:1.2   Mon Mar 17 07:32:38 2003
+++ glmosaictext/Makefile       Sun Mar 23 15:11:15 2003
@@ -13,5 +13,9 @@
 tags::
        ctags -R
 
+clean:
+       find -name "*.dep" | xargs rm -f
+       find -name "*.o" | xargs rm -f
+
 $(SUBDIRS):
        $(MAKE) -C $@




reply via email to

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