Changeset 136:89a573877f83

Show
Ignore:
Timestamp:
11/08/08 21:07:44 (3 years ago)
Author:
chris
Branch:
unix
Message:

rename makefile targets

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Makefile

    r134 r136  
    99        cd StormSiren && rm -f $(TRASH) 
    1010 
    11 pack: clean packsrc makepkgs 
     11pack: clean src pkgs 
    1212 
    13 packsrc: 
     13src: 
    1414        python setup.py sdist --formats zip,gztar 
    1515 
    16 makepkgs: 
     16pkgs: 
    1717        python setup.py bdist_rpm 
    1818        python setup.py bdist_debian  
    1919 
    20 packwin: 
     20wininst: 
    2121        python setup.py bdist_wininst