]> code.delx.au - monosys/blob - Makefile
checkspace: remove redundant import
[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