6 lines
74 B
Makefile
6 lines
74 B
Makefile
all:
|
|
gcc -o dwmst -lX11 -D OPTION_BATTERY=0 dwmst.c
|
|
|
|
clean:
|
|
rm -f dwmst
|