mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Fix mistaken changes in Makefile's clean target
I was a bit too trigger-happy with copy-pasting in a previous commit...
This commit is contained in:
		
							parent
							
								
									dc54ff8578
								
							
						
					
					
						commit
						ea9556a76e
					
				@ -267,7 +267,7 @@ clean:
 | 
			
		||||
ifndef WINDOWS
 | 
			
		||||
	rm -f $(APPS)
 | 
			
		||||
else
 | 
			
		||||
	del /Q /F *.c *.exe
 | 
			
		||||
	del /S /Q /F *.o *.exe
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
list:
 | 
			
		||||
 | 
			
		||||
@ -424,7 +424,7 @@ test_suite_version$(EXEXT): test_suite_version.c $(DEP)
 | 
			
		||||
 | 
			
		||||
clean:
 | 
			
		||||
ifndef WINDOWS
 | 
			
		||||
	rm -f $(APPS)
 | 
			
		||||
	rm -f $(APPS) *.c
 | 
			
		||||
else
 | 
			
		||||
	del /Q /F *.c *.exe
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user