repo.or.cz
/
qshowdiff.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Improved Makefiles.
[qshowdiff.git]
/
doc
/
Makefile
blob
a311efd90893aafb933c466547747b000de1c288
1
TARGETS
=
diff.png qt.png
2
all
: $(
TARGETS
)
3
4
%
.png
: %
.dia
5
dia
-
t png
-
e
$
@
$<
6
7
8
clean
:
9
rm
-
f
*
~
10
rm
-
f
*
.png
11
12
.PHONY
:
all clean