add famtool to clean target

This commit is contained in:
Jeff Becker 2016-10-24 14:11:36 -04:00
parent 2b9ed854c7
commit 0ff003d52a
No known key found for this signature in database
GPG key ID: AB950234D6EA286B

View file

@ -43,7 +43,7 @@ clean-obj:
rm -f $(OBJECTS)
clean-bin:
rm -f keyinfo keygen
rm -f keyinfo keygen famtool
clean: clean-i2pd clean-obj clean-bin