DEBUG=-ggdb CFLAGS=-O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Winline $(DEBUG) -std=gnu99 LDFLAGS=-lncurses all: cm cm: cm.o util.o cm.o: cm.c clists.h util.h util.o: util.c util.h clean: rm -f `find . -name "*~" -or -name "*.[oa]" -or -name "\#*\#" -or -name TAGS -or -name core` rm -f cm distclean: clean .PHONY: all clean distclean