X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2FMakefile;h=89db4c9353303995ef6d7b1592b56c18e5d41459;hb=HEAD;hp=a4145d573c697c2c3c95fd76d69b18d6e8f589c3;hpb=b1adf14f542e7a48f0ac9cd92069d6930665a4bd;p=misc.git diff --git a/ucw/Makefile b/ucw/Makefile index a4145d5..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: songsack +all: ddigger clean: rm -f `find . -name "*~" -or -name "*.[oa]" -or -name "\#*\#" -or -name TAGS -or -name core -or -name .depend -or -name .#*`