Corrected a typo in makefile
This commit is contained in:
parent
5526ce3d5f
commit
62f5636691
2
Makefile
2
Makefile
|
@ -14,7 +14,7 @@ sigdwmblocks: sigdwmblocks.c
|
||||||
${CC} -o $@ ${CFLAGS} $<
|
${CC} -o $@ ${CFLAGS} $<
|
||||||
|
|
||||||
xgetrootname: xgetrootname.c
|
xgetrootname: xgetrootname.c
|
||||||
${CC} -o $@ ${CFLAGS} `pkg-config --cflags x11` $< `pkg-config -libs x11`
|
${CC} -o $@ ${CFLAGS} `pkg-config --cflags x11` $< `pkg-config --libs x11`
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f dwmblocks sigdwmblocks
|
rm -f dwmblocks sigdwmblocks
|
||||||
|
|
Loading…
Reference in a new issue