repo.or.cz
/
girocco
/
ztw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
watch: add 'watch' support
[girocco/ztw.git]
/
Makefile
blob
41637a8fa98b190e24fc8cda570f045302796ec3
1
2
SRCS
= $(
wildcard
*
.in
)
3
SRCS
+=
cgi
/
Git
/
RepoCGI
/
Config.pm.in
4
TARGETS
= $(
SRCS
:%
.in
=%)
5
6
all
: $(
TARGETS
)
config.txt
7
8
$(
TARGETS
): %: %
.in config.txt
9
.
/
config.pl
< $< > $
@
10
chmod
+
x
$
@
11
12
config.txt
:
config.pl
13
.
/
config.pl
-
u
14
touch
$(
SRCS
)
15
16
clean
: $(
TARGETS
)
17
rm
-
f
$
^
18