chiark
/
gitweb
/
~ijackson
/
ypp-sc-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7c1122
)
Do not clean #pages#.ppm or $(TARGETS) unless "make realclean"
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 3 Jul 2009 17:27:43 +0000
(18:27 +0100)
committer
Ian Jackson
<Ian.Jackson@eu.citrix.com>
Fri, 3 Jul 2009 17:27:43 +0000
(18:27 +0100)
pctb/Makefile
patch
|
blob
|
history
diff --git
a/pctb/Makefile
b/pctb/Makefile
index 85cd5792cdaac9bbd695c8482acdd1db270c869f..9daeddb796d0ed2354ade4b21ef42d89ed1015f8 100644
(file)
--- 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