Adding emacs magic-ish line for make files.
This commit is contained in:
parent
19d7f235e4
commit
b86e96b570
|
@ -1,3 +1,4 @@
|
||||||
|
# -*- mode: makefile-gmake; -*-
|
||||||
SRC_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
SRC_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
||||||
EMACSD := ~/.emacs.d
|
EMACSD := ~/.emacs.d
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
# -*- mode: makefile-gmake; -*-
|
||||||
SRC_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
SRC_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
||||||
SOURCE := $(SRC_DIR)/gitconfig
|
SOURCE := $(SRC_DIR)/gitconfig
|
||||||
TARGET := ~/.gitconfig
|
TARGET := ~/.gitconfig
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
# -*- mode: makefile-gmake; -*-
|
||||||
SRC := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
SRC := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
||||||
|
|
||||||
include ../lib/shared.mk
|
include ../lib/shared.mk
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
|
# -*- mode: makefile-gmake; -*-
|
||||||
SRC_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
SRC_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
||||||
GIT_HOOK_SRC = $(SRC_DIR)/post-merge
|
GIT_HOOK_SRC = $(SRC_DIR)/post-merge
|
||||||
GIT_HOOK_TARGET = $(abspath $(SRC_DIR)/..)/.git/hooks/post-merge
|
GIT_HOOK_TARGET = $(abspath $(SRC_DIR)/..)/.git/hooks/post-merge
|
||||||
|
|
1
makefile
1
makefile
|
@ -1,3 +1,4 @@
|
||||||
|
# -*- mode: makefile-gmake; -*-
|
||||||
SRC_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
SRC_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
||||||
|
|
||||||
include lib/shared.mk
|
include lib/shared.mk
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
# -*- mode: makefile-gmake; -*-
|
||||||
SRC := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
SRC := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
||||||
|
|
||||||
include ../lib/shared.mk
|
include ../lib/shared.mk
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
# -*- mode: makefile-gmake; -*-
|
||||||
SRC := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
SRC := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
||||||
|
|
||||||
include ../lib/shared.mk
|
include ../lib/shared.mk
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
|
# -*- mode: makefile-gmake; -*-
|
||||||
SRC_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
SRC_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
||||||
|
|
||||||
CONFIG_SRC := $(SRC_DIR)/config
|
CONFIG_SRC := $(SRC_DIR)/config
|
||||||
CONFIG_TRGT := ~/.ssh/config
|
CONFIG_TRGT := ~/.ssh/config
|
||||||
GIT_KEY := ~/.ssh/git.jpatrick.io
|
GIT_KEY := ~/.ssh/git.jpatrick.io
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
# -*- mode: makefile-gmake; -*-
|
||||||
SRC := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
SRC := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
||||||
|
|
||||||
include ../lib/shared.mk
|
include ../lib/shared.mk
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
|
# -*- mode: makefile-gmake; -*-
|
||||||
SRC_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
SRC_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
||||||
|
|
||||||
SOURCE := $(SRC_DIR)/tmux.conf
|
SOURCE := $(SRC_DIR)/tmux.conf
|
||||||
TARGET := ~/.tmux.conf
|
TARGET := ~/.tmux.conf
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
# -*- mode: makefile-gmake; -*-
|
||||||
SRC_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
SRC_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
||||||
|
|
||||||
include ../lib/shared.mk
|
include ../lib/shared.mk
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
# -*- mode: makefile-gmake; -*-
|
||||||
SRC := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
SRC := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
||||||
|
|
||||||
include ../lib/shared.mk
|
include ../lib/shared.mk
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
# -*- mode: makefile-gmake; -*-
|
||||||
SRC := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
SRC := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
||||||
|
|
||||||
include ../lib/shared.mk
|
include ../lib/shared.mk
|
||||||
|
|
Loading…
Reference in New Issue
Block a user