Changeset 163

Show
Ignore:
Timestamp:
02/22/07 12:31:56 (2 years ago)
Author:
ingy
Message:
 r3438@skinny-2:  ingy | 2007-02-21 19:36:28 -0800
 Change names of make targets to something normal
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Makefile

    r118 r163  
    55# 
    66 
    7 .PHONY: help all_links 
     7.PHONY: help lib doc 
    88 
    99help: 
    1010        @cat doc/make.help 
    1111 
    12 all_links
     12lib
    1313        make -C src 
    1414        make -C lib 
    15         #make -C doc/pod 
     15 
     16doc: 
     17        make -C doc/pod