diff --git a/examples/Makefile b/examples/Makefile index 6923937..a48fe20 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -15,4 +15,4 @@ $(EXAMPLES): %: %.c $(CC) $(CFLAGS) $< -o $@ $(LDFLAGS) clean: - $(RM) $(EXAMPLES) + $(RM) -f $(EXAMPLES)