muelli / geysigning

An easier way to sign OpenPGP keys over the local network
GNU General Public License v3.0
9 stars 10 forks source link

Updated Makefile to recursively delete all the *.pyc files #7

Closed ghost closed 9 years ago

ghost commented 9 years ago

Previously the .pyc files were not deleted from the keysign and keysign/network folder. I have updated the makefile to recursively delete the *.pyc files.

muelli commented 9 years ago

Thanks! But we don't really use the Makefile. I'll consider this once we're making use of it.