diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-02-07T17·54+0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-02-07T17·54+0100 |
commit | c54814b175793f0e7a53fdeba55d1149342ec82a (patch) | |
tree | d49da066c5286960dd7503f102c87678997de4db /Makefile | |
parent | 27dc76c1a5dbe654465245ff5f6bc22e2c8902da (diff) |
Remove download-via-ssh
Replaced by SSHStore.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 14be271bb107..67dc14f8e482 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,6 @@ makefiles = \ misc/emacs/local.mk \ doc/manual/local.mk \ tests/local.mk - #src/download-via-ssh/local.mk \ GLOBAL_CXXFLAGS += -std=c++14 -g -Wall |