Skip to content

Commit f0aa72b

Browse files
committed
add make cleandir target
1 parent 48a1bd9 commit f0aa72b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ clean:
8989
${DEPS_pty} ${OBJS_pty} ${PROG_pty}
9090
.PHONY: clean
9191

92+
cleandir: clean
93+
cd ${.CURDIR} && rm -f config.h config.log config.mk
94+
.PHONY: cleandir
95+
9296
dist:
9397
set -e; \
9498
d=${PROG}-${VERSION}; \

0 commit comments

Comments
 (0)