add famtool to clean target

pull/7/head
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
1 changed files with 1 additions and 1 deletions

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