home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-01-06 | 392 b | 18 lines |
- # Makefile.clean
- #
- # by Mike Ferris
- # Part of MOKit
- # Copyright 1993, all rights reserved
- #
- # Used in the MiscKit by permission.
- #
- # This is based on Next's standard library make architecture
-
- ##################### Cleaning rules #####################
-
- clean::
- -$(RM) -f $(OFILES) $(COMMON_GARBAGE) $(SPECIFIC_GARBAGE) $(PRODUCT)
- -$(RM) -rf $(DIRECTORY_GARBAGE)
- $(TOUCH) Makefile.depends
-
-