Skip to content

Commit ab978c0

Browse files
committed
chore: distclean target now removes old dist files
1 parent 5f19038 commit ab978c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ release: distinfo ${DISTINFOMD}
6464

6565
distclean:
6666
(cd src; make clean)
67-
rm -f config.h config.mk config.log
67+
rm -f config.h config.mk config.log \
68+
dhcpcd-ui-*.tar.xz*
6869

6970
snapshot: icons
7071
mkdir /tmp/${SNAPDIR}

0 commit comments

Comments
 (0)