Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CHARGUERAUD Arthur
cfml
Commits
66e2ee90
Commit
66e2ee90
authored
Nov 06, 2014
by
POTTIER Francois
Browse files
Shell hack to automatically find the git root.
parent
fb40295d
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/coq/Makefile
View file @
66e2ee90
include
../../Makefile.config
# Incantation to find the root of the git repository.
ROOT
:=
$(
shell
while
!
[
-d
./.git
]
;
do
cd
..
;
done
&&
pwd
)
# Find TLC.
include
$(ROOT)/Makefile.config
# Compile.
INCLUDE
:=
-I
$(TLC)
include
../../Makefile.coq
include
$(ROOT)/Makefile.coq
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment