mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-23 17:34:21 +00:00
typo fix
This commit is contained in:
parent
db2d0df2c4
commit
425c746b87
4
Makefile
4
Makefile
@ -50,8 +50,8 @@ ifneq ($(USE_STATIC),yes)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
test -d obj && $(RM) -rf obj
|
rm -rf obj
|
||||||
$(RM) -f $(I2PD) $(SHLIB)
|
$(RM) $(I2PD) $(SHLIB)
|
||||||
|
|
||||||
LATEST_TAG=$(shell git describe --tags --abbrev=0 master)
|
LATEST_TAG=$(shell git describe --tags --abbrev=0 master)
|
||||||
dist:
|
dist:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user