From: Ian Jackson Date: Fri, 3 Jul 2009 17:27:43 +0000 (+0100) Subject: Do not clean #pages#.ppm or $(TARGETS) unless "make realclean" X-Git-Tag: 1.9.2~68 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-live.git;a=commitdiff_plain;h=1637a56d23d8eed08f43367d1b2cbac3fd328e37 Do not clean #pages#.ppm or $(TARGETS) unless "make realclean" --- diff --git a/pctb/Makefile b/pctb/Makefile index 85cd579..9daeddb 100644 --- a/pctb/Makefile +++ b/pctb/Makefile @@ -43,5 +43,8 @@ ypp-commodities: $(CONVERT_OBJS) -lnetpbm -lXtst -lX11 -lpcre $(CONVERT_OBJS): ocr.h convert.h structure.h common.h clean: - rm -f $(TARGETS) *.o core core.* *~ vgcore.* - rm -f t t.* u u.* v v.* ./#pages#.ppm + rm -f *.o core core.* *~ vgcore.* + rm -f t t.* u u.* v v.* + +realclean: clean + rm -f $(TARGETS) ./#pages#.ppm