You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
215 B

  1. output: dwmblocks.c blocks.h
  2. cc `pkg-config --cflags x11` `pkg-config --libs x11` dwmblocks.c -o dwmblocks
  3. clean:
  4. rm -f *.o *.gch dwmblocks
  5. install: output
  6. mkdir -p /usr/local/bin
  7. cp -f dwmblocks /usr/local/bin