fix: remove unused defcfg command from the Makefile

This commit is contained in:
ngn 2024-05-05 23:29:40 +03:00
parent c8bdc795a9
commit 5ad1b09971

View File

@ -45,9 +45,6 @@ install:
cp $$po/mc.mo $(DESTDIR)/usr/share/$$po ; \ cp $$po/mc.mo $(DESTDIR)/usr/share/$$po ; \
done done
defcfg:
cp -v install/cfg.default $(DESTDIR)/etc/mc/cfg
uninstall: uninstall:
rm -v $(DESTDIR)$(prefix)/bin/mc rm -v $(DESTDIR)$(prefix)/bin/mc
@for cmd in $(CMDS) ; do \ @for cmd in $(CMDS) ; do \