Last change
on this file since 151 was 46, checked in by bird, 22 years ago |
kMk changes. Made extensions configurable from config.h. fixed parents.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
181 bytes
|
Line | |
---|
1 | # $Id: smoketest.kMk 46 2003-04-04 00:03:50Z bird $
|
---|
2 |
|
---|
3 |
|
---|
4 | notall: # comment
|
---|
5 | echo notall, but it's the first rule.
|
---|
6 |
|
---|
7 |
|
---|
8 | #.MAIN: all
|
---|
9 |
|
---|
10 | all:
|
---|
11 | echo this is all.
|
---|
12 |
|
---|
13 |
|
---|
14 | everything: notall \
|
---|
15 | #
|
---|
16 | all
|
---|
17 | echo this was everything
|
---|
Note:
See
TracBrowser
for help on using the repository browser.