mirror of
				https://codeberg.org/dwl/dwl.git
				synced 2025-10-31 03:54:15 +00:00 
			
		
		
		
	use LDFLAGS to build dwl target
This commit is contained in:
		
							parent
							
								
									50b6630f3d
								
							
						
					
					
						commit
						d969289baf
					
				
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							| @ -22,7 +22,7 @@ LDLIBS    = `pkg-config --libs $(PKGS)` | |||||||
| # to your build system yourself and provide them in the include path.
 | # to your build system yourself and provide them in the include path.
 | ||||||
| all: dwl | all: dwl | ||||||
| dwl: dwl.o util.o | dwl: dwl.o util.o | ||||||
| 	$(CC) $(LDLIBS) -o $@ dwl.o util.o | 	$(CC) $(LDLIBS) $(LDFLAGS) -o $@ dwl.o util.o | ||||||
| dwl.o: dwl.c config.mk config.h client.h xdg-shell-protocol.h wlr-layer-shell-unstable-v1-protocol.h idle-protocol.h | dwl.o: dwl.c config.mk config.h client.h xdg-shell-protocol.h wlr-layer-shell-unstable-v1-protocol.h idle-protocol.h | ||||||
| util.o: util.c util.h | util.o: util.c util.h | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Leonardo Hernández Hernández
						Leonardo Hernández Hernández