repo.or.cz
/
bcl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
corrected misspelled butten to button and had more unsuccessfull pointer practice
[bcl.git]
/
Makefile
blob
f6306e80433b4ac37f747bd0e1ced5f0adfcf81e
1
all
:
2
gcc
-
ggdb
-
DBUILDBCL
-
o libbcl.so environment.c keyboard.c timing.c audio.c speech_sd.c
-
lSDL
-
shared
-
lspeechd
-
lopenal
-
lalure
3
4
install
:
5
cp libbcl.so
/
usr
/
lib
6
mkdir
-
p
/
usr
/
include
/
bcl
7
cp
*
.h
/
usr
/
include
/
bcl
8
9
clean
:
10
rm
libbcl.so