mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
prevent clean error in case test.ts does not exist
This commit is contained in:
parent
e9399971f8
commit
0d9b5ca619
@ -26,7 +26,7 @@ cit: cit.c
|
||||
$(CC) $(CFLAGS) -I../ddbridge -o $@ $<
|
||||
|
||||
clean:
|
||||
rm test.ts
|
||||
rm test.ts -f
|
||||
for f in $(TARGETS) *.o *~ ; do \
|
||||
if [ -e "$$f" ]; then \
|
||||
rm "$$f" || exit 1; \
|
||||
|
Loading…
Reference in New Issue
Block a user