1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-31 09:04:14 +00:00
This commit is contained in:
orignal 2014-12-21 21:33:00 -05:00
commit 1e87aedbb8

View File

@ -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: