add makefile-gmake emacs mode lines

why not, I make the rules
This commit is contained in:
Conor Hughes 2019-07-07 22:53:08 -07:00
parent a90ef660d1
commit c915f3777b
4 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,5 @@
# -*- mode: makefile-gmake -*-
INSTALLER:=./install_wrapper.sh
ifeq ($(shell uname),SunOS)

View File

@ -1,2 +1,4 @@
# -*- mode: makefile-gmake -*-
PREFIX := /Users/conorh
CFLAGS += -g
CFLAGS += -g

View File

@ -1,3 +1,5 @@
# -*- mode: makefile-gmake -*-
LIBYACHTROCK_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
define newline

View File

@ -1,3 +1,5 @@
# -*- mode: makefile-gmake -*-
TESTS += test_libyachtrock
LIBYACHTROCK_TESTSRC := selftests_collection.c basic_tests.c result_store_tests.c assertion_tests.c testcase_tests.c run_under_store_tests.c selector_tests.c