1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-23 13:24:20 +00:00
This commit is contained in:
Kill Your TV 2014-12-21 21:48:30 +00:00
parent db2d0df2c4
commit 425c746b87

View File

@ -50,8 +50,8 @@ ifneq ($(USE_STATIC),yes)
endif
clean:
test -d obj && $(RM) -rf obj
$(RM) -f $(I2PD) $(SHLIB)
rm -rf obj
$(RM) $(I2PD) $(SHLIB)
LATEST_TAG=$(shell git describe --tags --abbrev=0 master)
dist: