mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 04:46:38 +01:00
Merge branch 'master' of https://github.com/PrivacySolutions/i2pd
This commit is contained in:
commit
1e87aedbb8
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue