From e5403a792f4b56723e0d7e949eaee7df82ec7f53 Mon Sep 17 00:00:00 2001 From: Nikita Ivanov Date: Sat, 22 Jan 2022 22:49:39 +0500 Subject: [PATCH] Minor fix: clean before dist --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d5c2470..17b7c13 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ clean: $(RM) ${BIN} ${BINTAR} ${OBJ} ${DEP} $(MAKE) -C ${TBDIR} clean -dist: ${BINTAR} +dist: clean ${BINTAR} .PHONY: all options install install.bin install.man uninstall clean dist