Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Raphaël Cauderlier
dklib
Commits
93e3fde4
Commit
93e3fde4
authored
Aug 26, 2015
by
Raphaël Cauderlier
Browse files
Don't check for confluence files depending on dk_binary_nat
parent
099eea7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
93e3fde4
...
...
@@ -25,6 +25,14 @@ dk_monads_coc.dko:
# dk_binary_nat is too hard for the confluence checker
dk_binary_nat.dko
:
$(DKCHECK)
-e
$(DKCHECK_OPTIONS)
$<
# dk_char, dk_string, dk_builtins depend on it
dk_char.dko
:
$(DKCHECK)
-e
$(DKCHECK_OPTIONS)
$<
dk_string.dko
:
$(DKCHECK)
-e
$(DKCHECK_OPTIONS)
$<
dk_builtins.dko
:
$(DKCHECK)
-e
$(DKCHECK_OPTIONS)
$<
# so is dk_int
dk_int.dko
:
...
...
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