Changeset 12684


Ignore:
Timestamp:
2006-09-06T10:47:10+12:00 (18 years ago)
Author:
kjdon
Message:

added hashfile, txt2db and db2txt to the make clean command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/win32.mak

    r12404 r12684  
    108108    $(MAKECLEANCMD)
    109109    cd "$(GSDLHOME)"
     110    cd src\hashfile
     111    $(MAKECLEANCMD)
     112    cd "$(GSDLHOME)"
     113    cd src\txt2db
     114    $(MAKECLEANCMD)
     115    cd "$(GSDLHOME)"
     116    cd src\db2txt
     117    $(MAKECLEANCMD)
     118    cd "$(GSDLHOME)"
     119
    110120
    111121$(OTHERDIRS): FORCE
Note: See TracChangeset for help on using the changeset viewer.