Fix call to rm in examples/Makefile 'clean' rule
This commit is contained in:
parent
a350602e0d
commit
821b76551c
1 changed files with 1 additions and 1 deletions
|
@ -15,4 +15,4 @@ $(EXAMPLES): %: %.c
|
||||||
$(CC) $(CFLAGS) $< -o $@ $(LDFLAGS)
|
$(CC) $(CFLAGS) $< -o $@ $(LDFLAGS)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) $(EXAMPLES)
|
$(RM) -f $(EXAMPLES)
|
||||||
|
|
Loading…
Add table
Reference in a new issue