We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0de3250 commit ca02a6bCopy full SHA for ca02a6b
Makefile
@@ -34,7 +34,7 @@ endif
34
default: clean test
35
36
clean:
37
- -rm $(TARGET)
+ -rm -f $(TARGET)
38
39
lib:
40
$(CC) lib.c -o $(TARGET) $(CFLAGS) $(LDFLAGS)
0 commit comments