summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
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