Changeset 10312


Ignore:
Timestamp:
Nov 11, 2003, 3:01:51 PM (22 years ago)
Author:
bird
Message:

added custombuild rules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/makefile

    r9876 r10312  
    1 # $Id: makefile,v 1.21 2003-02-28 10:26:33 sandervl Exp $
     1# $Id: makefile,v 1.22 2003-11-11 14:01:51 bird Exp $
    22
    33#
     
    131131    @$(DODIRS) "tools"          $(MAKE_CMD) $@
    132132
     133#
     134# Custombuild
     135#
     136custombuild:    needed_tools odin_libraries
     137    @$(DODIRS) "src" $(MAKE_CMD) custombuild
     138
     139custombuild_all custombuild_clean custombuild_dep:
     140    @$(DODIRS) "src" $(MAKE_CMD) $@
     141       
Note: See TracChangeset for help on using the changeset viewer.