mirror of
https://github.com/PurpleI2P/i2pd-tools
synced 2025-01-15 17:20:08 +00:00
add vain to makefile
This commit is contained in:
parent
e0b0a3f9df
commit
a5eed1682e
7
Makefile
Normal file → Executable file
7
Makefile
Normal file → Executable file
@ -43,8 +43,9 @@ else
|
|||||||
LDFLAGS += -s -static
|
LDFLAGS += -s -static
|
||||||
endif
|
endif
|
||||||
|
|
||||||
all: $(I2PD_LIB) keygen keyinfo famtool routerinfo regaddr regaddr_3ld i2pbase64 offlinekeys b33address regaddralias x25519 verifyhost
|
all: $(I2PD_LIB) vain keygen keyinfo famtool routerinfo regaddr regaddr_3ld i2pbase64 offlinekeys b33address regaddralias x25519 verifyhost
|
||||||
|
vain: vain.o $(I2PD_LIB)
|
||||||
|
$(CXX) -o vain $(LDFLAGS) vain.o $(LDLIBS)
|
||||||
routerinfo: routerinfo.o $(I2PD_LIB)
|
routerinfo: routerinfo.o $(I2PD_LIB)
|
||||||
$(CXX) -o routerinfo $(LDFLAGS) routerinfo.o $(LDLIBS)
|
$(CXX) -o routerinfo $(LDFLAGS) routerinfo.o $(LDLIBS)
|
||||||
|
|
||||||
@ -100,7 +101,7 @@ clean-obj:
|
|||||||
rm -f $(wildcard *.o)
|
rm -f $(wildcard *.o)
|
||||||
|
|
||||||
clean-bin:
|
clean-bin:
|
||||||
rm -f b33address famtool i2pbase64 keygen keyinfo offlinekeys regaddr regaddr_3ld regaddralias routerinfo x25519 verifyhost
|
rm -f b33address famtool i2pbase64 keygen keyinfo offlinekeys regaddr regaddr_3ld regaddralias routerinfo x25519 verifyhost vain
|
||||||
|
|
||||||
clean: clean-i2pd clean-obj clean-bin
|
clean: clean-i2pd clean-obj clean-bin
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user