repo.or.cz
/
sgc3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Experimenting audioContext for Apple (Safari)
[sgc3.git]
/
fft.js
/
Makefile
blob
8b38358153c476ae5a6fafae542d1d1bcc622358
1
TARGETS
:=
lib
/
complex.js lib
/
node.erb.js lib
/
node.js
2
3
all
: $(
TARGETS
)
4
node
:
lib
/
node.js
5
6
lib
/
complex.js
:
src
/
complex.erb.js
7
erb
$
^
> $
@
8
9
lib
/
node.erb.js
:
src
/
node.erb.js
10
erb
$
^
> $
@
11
12
lib
/
node.js
:
lib
/
node.erb.js
13
erb
$
^
> $
@
14
15
clean
:
16
rm
-
rf
$(
TARGETS
)
17
18
.PHONY
:
all clean