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} $<
|
||||
|
||||
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:
|
||||
rm -f dwmblocks sigdwmblocks
|
||||
|
|
Loading…
Reference in a new issue