Fix 'clean' target
This commit is contained in:
		
							parent
							
								
									7e379bf475
								
							
						
					
					
						commit
						de46c5c18c
					
				
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@ -16,7 +16,7 @@ VL2:
 | 
				
			|||||||
clean:
 | 
					clean:
 | 
				
			||||||
	$(MAKE) -C VL1 clean
 | 
						$(MAKE) -C VL1 clean
 | 
				
			||||||
	$(MAKE) -C VL2 clean
 | 
						$(MAKE) -C VL2 clean
 | 
				
			||||||
	$(RM) VL1.pdf VL2.pdf VL1/VL1_handout.pdf VL2/VL2_handout.pdf
 | 
						$(RM) VL1.pdf VL2.pdf VL1_handout.pdf VL2_handout.pdf
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.PHONY: all clean VL1 VL2
 | 
					.PHONY: all clean VL1 VL2
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user