Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Force LF line endings.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimgr committed Jul 3, 2014
1 parent 3483377 commit 3d7023f
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions pymake/implicit.py
@@ -1,14 +1,14 @@
"""
Implicit variables; perhaps in the future this will also include some implicit
rules, at least match-anything cancellation rules.
"""

variables = {
'MKDIR': '%pymake.builtins mkdir',
'RM': '%pymake.builtins rm -f',
'SLEEP': '%pymake.builtins sleep',
'TOUCH': '%pymake.builtins touch',
'.LIBPATTERNS': 'lib%.so lib%.a',
'.PYMAKE': '1',
}
"""
Implicit variables; perhaps in the future this will also include some implicit
rules, at least match-anything cancellation rules.
"""

variables = {
'MKDIR': '%pymake.builtins mkdir',
'RM': '%pymake.builtins rm -f',
'SLEEP': '%pymake.builtins sleep',
'TOUCH': '%pymake.builtins touch',
'.LIBPATTERNS': 'lib%.so lib%.a',
'.PYMAKE': '1',
}

0 comments on commit 3d7023f

Please sign in to comment.