mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-05-01 13:12:30 +02:00
Vanity stuff
This commit is contained in:
parent
b0d2465ac1
commit
fef86629fa
3 changed files with 38 additions and 24 deletions
2
Makefile
2
Makefile
|
@ -31,7 +31,7 @@ regaddr: $(OBJECTS)
|
|||
$(CXX) -o regaddr regaddr.o $(LDFLAGS) $(LIBS)
|
||||
|
||||
vain: $(OBJECTS)
|
||||
$(CXX) -o vain vanitygen.o $(LDFLAGS) $(LIBS)
|
||||
$(CXX) -o vain vanitygen.o $(LDFLAGS) -mavx $(LIBS)
|
||||
|
||||
$(OBJECTS): libi2pd.a
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue