2
0
Fork 0
mirror of https://github.com/PurpleI2P/i2pd-tools.git synced 2025-04-30 20:52:30 +02:00

Merge pull request from PurpleI2P/fix_makefile

Update clean target
This commit is contained in:
l-n-s 2018-02-18 09:58:18 +00:00 committed by GitHub
commit 088581be32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,7 +73,7 @@ clean-obj:
rm -f $(OBJECTS)
clean-bin:
rm -f keyinfo keygen famtool regaddr routerinfo
rm -f keyinfo keygen famtool regaddr routerinfo vain
clean: clean-i2pd clean-obj clean-bin