mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
created contrib/cleanTabs
This commit is contained in:
parent
b6f9303af7
commit
6851db48e0
2 changed files with 6 additions and 0 deletions
4
Makefile
4
Makefile
|
|
@ -90,6 +90,10 @@ examples:
|
|||
manual:
|
||||
$(MAKE) -C contrib/gen_html $@
|
||||
|
||||
.PHONY: cleanTabs
|
||||
cleanTabs:
|
||||
cd contrib; ./cleanTabs
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
@$(MAKE) -C $(ZSTDDIR) $@ > $(VOID)
|
||||
|
|
|
|||
2
contrib/cleanTabs
Executable file
2
contrib/cleanTabs
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
sed -i '' $'s/\t/ /g' ../lib/**/*.{h,c} ../programs/*.{h,c} ../tests/*.c ./**/*.{h,cpp} ../examples/*.c ../zlibWrapper/*.{h,c}
|
||||
Loading…
Add table
Add a link
Reference in a new issue