wendy

inotify based node watcher
git clone git://git.2f30.org/wendy
Log | Files | Refs | README | LICENSE

commit 87734b64361a83547623eea8e53d111992b65a9e
parent f590ff91d8bd9abd87f575059b3bcbbb8dcbe6b8
Author: z3bra <willy@mailoo.org>
Date:   Tue, 11 Feb 2014 17:51:32 +0100

Simplify a lin in the makefile

Diffstat:
MMakefile | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Makefile b/Makefile @@ -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