home *** CD-ROM | disk | FTP | other *** search
- # ==( win/makefile )==
-
- # -----------------------------------------------
- # Pro-C - Copyright (C) 1988, 1989 Vestronix Inc.
- # Modification to this source is not supported
- # by Vestronix Inc.
- # All Rights Reserved
- # -----------------------------------------------
-
- #
- # Makefile for Win directories
- #
- # Written : George Long
- # Date : 8-Sep-87
- # Modified : 16-Jun-89
- #
-
- !include "\make.def"
-
- #----------------------------------------------------------------------------
- # Commands
- #----------------------------------------------------------------------------
-
- all :
- cd mip
- make
- cd ..\$(TARSYS)
- make
- cd ..
-
- clean clobber :
- cd mip
- make $&
- cd ..\$(TARSYS)
- make $&
- cd ..
-
-