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
Flocq
flocq
Commits
05f9af1f
Commit
05f9af1f
authored
Jan 22, 2009
by
Guillaume Melquiond
Browse files
Fixed suffix rules.
parent
61b4af34
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile.am
View file @
05f9af1f
...
...
@@ -9,12 +9,14 @@ CLEANFILES = $(FILES:=o) $(FILES:=d) $(FILES:.v=.glob)
datadir
=
$(libdir)
.v
o
.v
:
.v.v
o
:
@
echo
COQC
$<
@
$(COQC)
$(COQRFLAG)
$<
.v
d
.v
:
.v.v
d
:
@
echo
COQDEP
$<
@
$(COQDEP)
-I
.
$<
>
$@
SUFFIXES
=
.v .vo .vd
-include
$(FILES:=d)
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