changed color of file in run, removed .SUFFIXES
This commit is contained in:
		
							parent
							
								
									e6f43dd76f
								
							
						
					
					
						commit
						bbf8c84ba8
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -51,7 +51,6 @@ gen_makefile() {
 | 
			
		|||
# DO NOT MODIFY BY HAND  #
 | 
			
		||||
##########################
 | 
			
		||||
.POSIX:
 | 
			
		||||
.SUFFIXES:
 | 
			
		||||
 | 
			
		||||
$(TARGET): $(OBJ)
 | 
			
		||||
	@$(PROG_COMMAND) link $(TARGET)
 | 
			
		||||
| 
						 | 
				
			
			@ -97,7 +96,7 @@ clean() {
 | 
			
		|||
 | 
			
		||||
run() {
 | 
			
		||||
    build
 | 
			
		||||
	info "Running ./${TARGET}"
 | 
			
		||||
	info "Running [0m./${TARGET}"
 | 
			
		||||
    "./${TARGET}"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue