summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-04-28 11:35:14 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-04-28 11:36:03 +0900
commitfdcd640507ab2600dfa96f4962eba2702acfc264 (patch)
treed43caa9b8b5073781935c4edd25c768c0724dc15 /common.mk
parent5a53682d6dede337b81f944edc76b1a5e1243adc (diff)
Makefiles need to be indented by tabs
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index b271e0d774..e33fbd0e79 100644
--- a/common.mk
+++ b/common.mk
@@ -1,3 +1,5 @@
+# -*- mode: makefile-gmake; indent-tabs-mode: t -*-
+
bin: $(PROGRAM) $(WPROGRAM)
lib: $(LIBRUBY)
dll: $(LIBRUBY_SO)