Skip to content

Commit 88d1be0

Browse files
committed
Change setup a lil
1 parent 5e6b227 commit 88d1be0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ COMPILE = g++ -Wall -Werror -std=c++11
44
$(COMPILE) $< -o $@+
55

66
ci:
7-
-@rm l b
7+
-@rm -f l b
88
touch l b
99

1010
clean:
11-
-@rm -f */*+
11+
-@rm -f */*+ l b

0 commit comments

Comments
 (0)