Browse Source

typo fix

pull/118/head
Kill Your TV 10 years ago
parent
commit
425c746b87
  1. 4
      Makefile

4
Makefile

@ -50,8 +50,8 @@ ifneq ($(USE_STATIC),yes) @@ -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…
Cancel
Save