about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e0abfac..d794374 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ MANPREFIX=	${PREFIX}/share/man
 all: ${PROG}
 
 clean:
-	rm -rf ${OBJS} ${PROG} y.tab.c
+	rm -f ${OBJS} ${PROG} y.tab.c
 
 y.tab.c: parse.y
 	yacc parse.y