diff --git a/Makefile b/Makefile index 0dce24f..31a6d89 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ eyefi-config: $(OBJS) $(CC) $(CFLAGS) $(OBJS) -o $@ clean: - rm eyefi-config core $(OBJS) cscope* + rm -f eyefi-config core $(OBJS) cscope* eyefi-chdk.o: eyefi-config.h eyefi-config.o: eyefi-config.h