Browse Source

Merge pull request #37 from PurpleI2P/fix_makefile

Update clean target
pull/39/head
l-n-s 6 years ago committed by GitHub
parent
commit
088581be32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Makefile

2
Makefile

@ -73,7 +73,7 @@ clean-obj: @@ -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

Loading…
Cancel
Save