X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2FMakefile;h=89db4c9353303995ef6d7b1592b56c18e5d41459;hb=HEAD;hp=ded2342f3e9aac5ad80890d34e12e804552f7f53;hpb=65e1f50ef93c10ff493c6493e84e403f21a16d92;p=misc.git diff --git a/ucw/Makefile b/ucw/Makefile index ded2342..89db4c9 100644 --- a/ucw/Makefile +++ b/ucw/Makefile @@ -7,7 +7,7 @@ LD=gcc CFLAGS=-O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wredundant-decls -std=gnu99 $(UCWCF) -ggdb LDLIBS+=$(UCWLF) -all: qhash +all: ddigger clean: rm -f `find . -name "*~" -or -name "*.[oa]" -or -name "\#*\#" -or -name TAGS -or -name core -or -name .depend -or -name .#*`