mirror of
				https://github.com/openresty/openresty.git
				synced 2024-10-13 00:29:41 +00:00 
			
		
		
		
	feature: Makefile: added a 'clean' target to remove build artifacts.
This commit is contained in:
		
				
					committed by
					
						 Thibault Charbonnier
						Thibault Charbonnier
					
				
			
			
				
	
			
			
			
						parent
						
							836c8792d2
						
					
				
				
					commit
					b04577cd47
				
			
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							| @ -1,4 +1,4 @@ | |||||||
| .PHONY: all test try-luajit try-lua | .PHONY: all test try-luajit try-lua clean | ||||||
|  |  | ||||||
| all: | all: | ||||||
| 	./util/mirror-tarballs | 	./util/mirror-tarballs | ||||||
| @ -12,3 +12,5 @@ try-luajit: all | |||||||
| try-lua: all | try-lua: all | ||||||
| 	cd openresty-`./util/ver` && ./configure && $(MAKE) | 	cd openresty-`./util/ver` && ./configure && $(MAKE) | ||||||
|  |  | ||||||
|  | clean: | ||||||
|  | 	rm -rf openresty-* | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user