Fix clean targer
This commit is contained in:
parent
53a1c59b91
commit
5e004910ee
6
Makefile
6
Makefile
@ -26,9 +26,9 @@ man1/%.1.gz: man1/%.1
|
||||
gzip -ck9 $^ > $@
|
||||
|
||||
clean:
|
||||
@[ -d obj ] && rm -rf obj
|
||||
@[ -d bin ] && rm -rf bin
|
||||
@[ -f $(MAN) ] && rm -f $(MAN)
|
||||
@if test -d obj; then rm -rf obj; fi
|
||||
@if test -d bin; then rm -rf bin; fi
|
||||
@if test -f $(MAN); then rm -f $(MAN); fi
|
||||
|
||||
format:
|
||||
@clang-format -i -style="{BasedOnStyle: mozilla, IndentWidth: 4}" src/*.c
|
||||
|
Loading…
Reference in New Issue
Block a user