Mercurial > hg > Members > kono > nitros9-code
diff 3rdparty/fmgrs/makefile @ 0:6641a883d6b0
Initial revision
author | boisy |
---|---|
date | Thu, 04 Apr 2002 16:34:12 +0000 |
parents | |
children | b373c5630cbd |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/3rdparty/fmgrs/makefile Thu Apr 04 16:34:12 2002 +0000 @@ -0,0 +1,14 @@ +include ../../Makefile.rules + +# Make all components +all: + @$(ECHO) "*********************************************" + @$(ECHO) "* *" + @$(ECHO) "* 3rd Party File Managers *" + @$(ECHO) "* *" + @$(ECHO) "*********************************************" +# cd msf; make + +# Clean all components +clean: +# cd msf; make clean