BUILD: update clean target

This commit is contained in:
hasufell 2014-05-30 18:40:42 +02:00
parent 82ae4a7a52
commit c125d48209
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ uninstall:
[ -e "$(DESTDIR)$(INSTALL_LIBDIR)/libpqc.so" ] && rm "$(DESTDIR)$(INSTALL_LIBDIR)/libpqc.so"
clean:
rm -f *.o test libpqc.a libpqc.so main
rm -f *.o test libpqc.a libpqc.so main *.dec *.enc *.hex *.orig core
.PHONY: clean install uninstall