summaryrefslogtreecommitdiff
path: root/Makefile
blob: ba28ee400377e1dc93c1ffae8b9686a5fd39c757 (plain)
1
2
3
4
5
6
7
8
9
10

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