summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2020-05-16 23:24:16 +0200
committerMarc Vertes <mvertes@free.fr>2020-05-16 23:24:16 +0200
commit6b948300d5022d2688f3c65adddacd04a67afd23 (patch)
treecfe793492540eea272b7dd25f28b0ace2775449a
parent8e6db2ca8944881edb9ab2628b8a013ef3d728b9 (diff)
removed Makefile and README.md
-rw-r--r--Makefile2
-rw-r--r--README.md9
2 files changed, 0 insertions, 11 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 4ad3eff..0000000
--- a/Makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-install:
- ./bin/lt . ~
diff --git a/README.md b/README.md
deleted file mode 100644
index d0e2636..0000000
--- a/README.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# dotfiles
-
-Collection of configuration files.
-
-## Install
-
-```console
-$ make install
-```