]> code.delx.au - monosys/blob - Makefile
smart-stats: smartctl returns non-zero if there are errors in the smart log
[monosys] / Makefile
1 .PHONY: all clean
2
3 all: xfce4-genmon-script
4
5 clean:
6 rm -f xfce4-genmon-script
7
8 xfce4-genmon-script: xfce4-genmon-script.c
9 $(CC) -Wall -Wextra -std=gnu99 -g $< -o $@ -lm