tSimplify a lin in the makefile - wendy - watch files/directories and run commands on any event
 (HTM) git clone git://z3bra.org/wendy
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 87734b64361a83547623eea8e53d111992b65a9e
 (DIR) parent f590ff91d8bd9abd87f575059b3bcbbb8dcbe6b8
 (HTM) Author: z3bra <willy@mailoo.org>
       Date:   Tue, 11 Feb 2014 17:51:32 +0100
       
       Simplify a lin in the makefile
       
       Diffstat:
         M Makefile                            |       4 +---
       
       1 file changed, 1 insertion(+), 3 deletions(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -23,9 +23,7 @@ wendy : wendy.o
        all : init wendy
        
        clean :
       -        ${RM} wendy
       -        ${RM} -f *.o
       -        ${RM} -f *~
       +        ${RM} -f wendy *.o *~
        
        install :
                install -D -m0755 wendy ${DESTDIR}${PREFIX}/bin/wendy