mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Add makefile-mode flag for emacs.
llvm-svn: 2841
This commit is contained in:
parent
c98bc8cd5e
commit
b06eb93a26
@ -1,4 +1,4 @@
|
||||
# Makefile.common
|
||||
#===-- Makefile.common - Common make rules for LLVM -------*- makefile -*--====
|
||||
#
|
||||
# This file is included by all of the LLVM makefiles. This file defines common
|
||||
# rules to do things like compile a .cpp file or generate dependancy info.
|
||||
@ -20,6 +20,7 @@
|
||||
# in the current directory. Also, if you want to build files in addition
|
||||
# to the local files, you can use the ExtraSource variable
|
||||
#
|
||||
#===-----------------------------------------------------------------------====
|
||||
|
||||
# Default Rule: Make sure it's also a :: rule
|
||||
all ::
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Makefile.common
|
||||
#===-- Makefile.common - Common make rules for LLVM -------*- makefile -*--====
|
||||
#
|
||||
# This file is included by all of the LLVM makefiles. This file defines common
|
||||
# rules to do things like compile a .cpp file or generate dependancy info.
|
||||
@ -20,6 +20,7 @@
|
||||
# in the current directory. Also, if you want to build files in addition
|
||||
# to the local files, you can use the ExtraSource variable
|
||||
#
|
||||
#===-----------------------------------------------------------------------====
|
||||
|
||||
# Default Rule: Make sure it's also a :: rule
|
||||
all ::
|
||||
|
Loading…
x
Reference in New Issue
Block a user