rice/dwm-stat/Makefile

9 lines
126 B
Makefile
Raw Normal View History

2019-07-21 02:09:20 +00:00
stat:
gcc -o statline status.c -O2 -s -lX11
clean:
rm -f statline
install:
ln -s $(shell pwd)/statline /usr/bin/statline