annotate 3rdparty/fmgrs/makefile @ 24:01a6e267aa38
Added the Basic09 Reference Manual
author |
roug |
date |
Sat, 06 Apr 2002 13:34:58 +0000 |
parents |
6641a883d6b0 |
children |
b373c5630cbd |
rev |
line source |
0
|
1 include ../../Makefile.rules
|
|
2
|
|
3 # Make all components
|
|
4 all:
|
|
5 @$(ECHO) "*********************************************"
|
|
6 @$(ECHO) "* *"
|
|
7 @$(ECHO) "* 3rd Party File Managers *"
|
|
8 @$(ECHO) "* *"
|
|
9 @$(ECHO) "*********************************************"
|
|
10 # cd msf; make
|
|
11
|
|
12 # Clean all components
|
|
13 clean:
|
|
14 # cd msf; make clean
|