Changeset 122:014251f26abf for Makefile

Show
Ignore:
Timestamp:
11/08/08 16:19:32 (3 years ago)
Author:
chris
Branch:
unix
Message:

start moving files around to make it more package friendly

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Makefile

    r113 r122  
    11DATE=`date +"%m-%d-%Y"` 
    22EXCLUDES=-x stormsiren/trac\* -x stormsiren/website\* -x stormsiren/.hg\* 
     3TRASH=*.pyc .*.swp 
    34 
    45.PHONY : clean 
    56clean: 
    6         rm -f *.pyc .*.swp 
     7        rm -f $(TRASH) 
     8        cd StormSiren && rm -f $(TRASH) 
    79 
    810pack: clean packbz2 packzip