mirror of
				https://github.com/facebook/zstd.git
				synced 2025-10-31 16:47:48 +02:00 
			
		
		
		
	created contrib/cleanTabs
This commit is contained in:
		
							
								
								
									
										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} | ||||
		Reference in New Issue
	
	Block a user