mirror of
				https://github.com/Geronymos/desktop-icons
				synced 2025-10-30 09:35:49 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			357 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			357 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| 
 | |
| all:
 | |
| 	gcc `pkg-config --cflags gtk+-3.0 gtk-layer-shell-0` -o dicons dicons.c `pkg-config --libs gtk+-3.0 gtk-layer-shell-0`
 | |
| clangd:
 | |
| 	bear -- gcc `pkg-config --cflags gtk+-3.0 gtk-layer-shell-0` -o dicons dicons.c `pkg-config --libs gtk+-3.0 gtk-layer-shell-0`
 | |
| install:
 | |
| 	install -Dm755 dicons /usr/local/bin/dicons
 | |
| uninstall:
 | |
| 	rm -f /usr/local/bin/dicons
 | |
| 
 |