makefile ++
This commit is contained in:
		
							parent
							
								
									56dae7d048
								
							
						
					
					
						commit
						87b2b9f9e6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -9,7 +9,7 @@ CFLAGS = -Wall -fPIC
 | 
			
		|||
EXEC = currentsong
 | 
			
		||||
 | 
			
		||||
all: $(EXEC)
 | 
			
		||||
	mv song.so plugins/
 | 
			
		||||
	mv song.so ~/.weechat/plugins/
 | 
			
		||||
 | 
			
		||||
$(EXEC) : $(EXEC).o 
 | 
			
		||||
	$(CC) -fPIC -shared -o song.so $<
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue