-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0e7cc01
commit 2613103
Showing
9 changed files
with
92 additions
and
339 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#make uses `$SHELL` var (makefile var) to determine the interpreter to use | ||
|
||
#remember: | ||
|
||
#- each rule line means one separated shell invocation | ||
#- lines ending in `\` get following line appended and are passed together to the interpreter | ||
#**with** the `\` | ||
|
||
#default: sh | ||
|
||
SHELL := /usr/bin/python | ||
|
||
0: | ||
print 1 | ||
|
||
1: | ||
#a = 1 | ||
#print a |
File renamed without changes.
Oops, something went wrong.