Makefile: Add man file to distclean target.

This commit is contained in:
Nicolás A. Ortega Froysa 2024-11-04 16:35:48 +01:00
parent edb5d29040
commit 4d07cdf4d4

View File

@ -49,6 +49,7 @@ clean:
$(RM) $(OBJS)
distclean: clean
$(RM) menu-helper.1.gz
$(RM) menu-helper
install: menu-helper menu-helper.1.gz