Skip to content

Commit 35adf0a

Browse files
author
Clément
committed
Improving make clean command.
1 parent 07e5e27 commit 35adf0a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

md_version/main.pdf

-176 Bytes
Binary file not shown.

md_version/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ watch :
3131
find main.md | entr -p -c 'make'
3232

3333
clean:
34-
rm main.pdf
34+
rm -f main.pdf
3535
rm -rf aux
3636

3737
tex: main.md

0 commit comments

Comments
 (0)