Changeset 1179:a48678c24d6a in roaraudio


Ignore:
Timestamp:
01/25/09 13:16:10 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

forgot about the case file not allrady exists, use -f

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/Makefile

    r1177 r1179  
    1010 
    1111all: ${TARGETS} 
    12         rm ../lib/${TARGETS} 
     12        rm -f ../lib/${TARGETS} 2> /dev/null || true 
    1313        cp $(cp_v) ${TARGETS} ../lib/ 
    1414clean: 
Note: See TracChangeset for help on using the changeset viewer.