repo.or.cz
/
dack.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Some DDoc documentation.
[dack.git]
/
Makefile
blob
7a190d7215ad5674fe9ef608b9b9ff431ef032d3
1
# D compiler
2
DC
=
dmd
3
DCFLAGS
=
"-D"
4
5
all
:
6
$(
DC
) $(
DCFLAGS
)
dack.d
7
8
rel
:
release
9
10
release
:
11
$(
DC
) $(
DCFLAGS
)
dack.d
-
release
-
O
12
13
all_dsss
:
14
dsss build
15
16
run
:
all
17
.
/
dack
18
19
doc
:
20
dsss build
--
doc-binaries
21
find dsss_docs
-
type f
-
exec chmod a
+
r
'{}'
\
;
22
find dsss_docs
-
type d
-
exec chmod a
+
rx
'{}'
\
;