Makefile: update sleep recipe
This commit is contained in:
		
							parent
							
								
									81c657ec3e
								
							
						
					
					
						commit
						82f6c46b64
					
				
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							@ -120,8 +120,8 @@ build/bin/scrut: src/scrut.c build
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
.PHONY: sleep
 | 
					.PHONY: sleep
 | 
				
			||||||
sleep: build/bin/sleep
 | 
					sleep: build/bin/sleep
 | 
				
			||||||
build/bin/sleep: src/sleep.rs build
 | 
					build/bin/sleep: src/sleep.rs build rustlibs
 | 
				
			||||||
	$(RUSTC) $(RUSTFLAGS)
 | 
						$(RUSTC) $(RUSTFLAGS) \
 | 
				
			||||||
		--extern sysexits=build/o/libsysexits.rlib \
 | 
							--extern sysexits=build/o/libsysexits.rlib \
 | 
				
			||||||
		-o $@ src/sleep.rs
 | 
							-o $@ src/sleep.rs
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user