Corrected a typo in makefile

This commit is contained in:
Ashish Kumar Yadav 2020-08-22 18:04:55 +05:30
parent 5526ce3d5f
commit 62f5636691

View file

@ -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