3 CFLAGS=-O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wredundant-decls -std=gnu99
6 @echo "Please choose what to make:"
7 @grep '^[^ ]*:' Makefile
11 batt: CFLAGS+=$(shell xosd-config --cflags)
12 batt: LDFLAGS+=$(shell xosd-config --libs)
15 rm -f `find . -name "*~" -or -name "*.[oa]" -or -name "\#*\#" -or -name TAGS -or -name core -or -name .depend -or -name .#*`