We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e6b227 commit 88d1be0Copy full SHA for 88d1be0
Makefile
@@ -4,8 +4,8 @@ COMPILE = g++ -Wall -Werror -std=c++11
4
$(COMPILE) $< -o $@+
5
6
ci:
7
- -@rm l b
+ -@rm -f l b
8
touch l b
9
10
clean:
11
- -@rm -f */*+
+ -@rm -f */*+ l b
0 commit comments