Changeset 719

Show
Ignore:
Timestamp:
11/04/10 09:14:35 (19 months ago)
Author:
mgalloy
Message:

Adding dist_tools to build all target; adding cmdline_tools and dist_tools to clean target.

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r718 r719  
    1010         
    1111clean: 
     12        cd src; make clean 
    1213        rm -f *.zip 
    1314        rm -rf updates.idldev.com 
  • trunk/src/Makefile

    r718 r719  
    1 .PHONY: all 
     1.PHONY: all clean 
    22 
    33all: 
    44        cd cmdline_tools; make IDL=$(IDL) 
     5        cd dist_tools; make IDL=$(IDL) 
     6 
     7clean: 
     8        cd cmdline_tools; make clean 
     9        cd dist_tools; make clean