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
b51b7c0598
commit
58535dd4e3
@ -26,7 +26,7 @@ cit: cit.c
|
|||||||
$(CC) $(CFLAGS) -I../ddbridge -o $@ $<
|
$(CC) $(CFLAGS) -I../ddbridge -o $@ $<
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm test.ts
|
rm test.ts -f
|
||||||
for f in $(TARGETS) *.o *~ ; do \
|
for f in $(TARGETS) *.o *~ ; do \
|
||||||
if [ -e "$$f" ]; then \
|
if [ -e "$$f" ]; then \
|
||||||
rm "$$f" || exit 1; \
|
rm "$$f" || exit 1; \
|
||||||
|
Loading…
Reference in New Issue
Block a user