repo.or.cz
/
voodoo-lang.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
set version to 1.1.4
[voodoo-lang.git]
/
bin
/
Makefile
blob
874d71f0660cac1827f9742f0df44dc1765ed5d7
1
include
..
/
Makefile.cfg
2
3
all
:
4
5
clean
:
6
7
distclean
:
8
9
install
:
all
10
mkdir
-
p
$(
DESTDIR
)$(
BINDIR
)
11
cp voodooc
$(
DESTDIR
)$(
BINDIR
)
12
13
.PHONY
:
all clean distclean install