1
0
mirror of https://github.com/PurpleI2P/i2pd-tools synced 2025-02-07 04:04:14 +00:00

Merge pull request #37 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) rm -f $(OBJECTS)
clean-bin: clean-bin:
rm -f keyinfo keygen famtool regaddr routerinfo rm -f keyinfo keygen famtool regaddr routerinfo vain
clean: clean-i2pd clean-obj clean-bin clean: clean-i2pd clean-obj clean-bin