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:
M | Makefile | | | 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