source:
branches/tree/HELP_SOURCE/source/Makefile
Last change on this file was 18770, checked in by westram, 3 years ago | |
---|---|
|
|
File size: 188 bytes |
Line | |
---|---|
1 | help.make: |
2 | @echo 'options' |
3 | @echo ' all chmod, rm backup' |
4 | @echo ' msave save into help.tar' |
5 | |
6 | all: |
7 | # rox chmod 666 *.hlp |
8 | # rox rm -f *.hlp% |
9 | chmod 666 *.hlp |
10 | rm -f *.hlp% |
11 | |
12 | msave: |
13 | ./save |
Note: See TracBrowser
for help on using the repository browser.