Changed Makefile to use pkg-config to find libraries.
This commit is contained in:
		
							
								
								
									
										6
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								Makefile
									
									
									
									
									
								
							| @@ -1,7 +1,5 @@ | |||||||
| output: dwmblocks.o | output: dwmblocks.c blocks.h | ||||||
| 	gcc dwmblocks.o -lX11 -o dwmblocks | 	cc `pkg-config --cflags x11` `pkg-config --libs x11` dwmblocks.c -o dwmblocks | ||||||
| dwmblocks.o: dwmblocks.c blocks.h |  | ||||||
| 	gcc -c -lX11 dwmblocks.c  |  | ||||||
| clean: | clean: | ||||||
| 	rm -f *.o *.gch dwmblocks | 	rm -f *.o *.gch dwmblocks | ||||||
| install: output | install: output | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user