6 lines
54 B
Makefile
6 lines
54 B
Makefile
all:
|
|
gcc -o dwmst -lX11 dwmst.c
|
|
|
|
clean:
|
|
rm -f dwmst
|