rice/dwm-stat/Makefile
2019-07-20 19:09:20 -07:00

9 lines
126 B
Makefile

stat:
gcc -o statline status.c -O2 -s -lX11
clean:
rm -f statline
install:
ln -s $(shell pwd)/statline /usr/bin/statline