summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-09-08 19:35:23 -0700
committerFranck Cuny <franck@fcuny.net>2021-09-08 19:35:23 -0700
commit480dd4688b20be3b69b54043d5e5d3df713926c0 (patch)
treeef71f35560bc37ddf1d1f3e0881f250884d47bc1 /Makefile
parentemacs: get rid of mapping for sourcegraph (diff)
downloademacs.d-480dd4688b20be3b69b54043d5e5d3df713926c0.tar.gz
linux: remove configurations specific to linux
They are all handled by the repository `linux-desktop`. It's easier to have a different repository for this bits of configs.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 8323e15..4ff03ea 100644
--- a/Makefile
+++ b/Makefile
@@ -2,12 +2,6 @@ OS := $(shell uname -s)
LN = @ln -sf
-ifeq ($(OS),Darwin)
-include Makefile.darwin
-else
-include Makefile.linux
-endif
-
.PHONY: install-general
install-general:
@mkdir -p $(HOME)/.config