1
0
mirror of https://github.com/Yubico/yubikey-ksm.git synced 2025-01-19 07:52:17 +01:00

Added distclean to Makefile

This commit is contained in:
Dain Nilsson 2012-12-20 14:39:56 +01:00
parent b601654911
commit 3a75a5741c

View File

@ -86,7 +86,9 @@ $(PACKAGE)-$(VERSION).tgz: $(FILES) $(MANS)
dist: $(PACKAGE)-$(VERSION).tgz
clean: clean-man
distclean: clean clean-man
clean:
rm -f *~
rm -rf $(PACKAGE)-$(VERSION)