repo.or.cz
/
EconoBoard.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Got cvHoughTransform Working
[EconoBoard.git]
/
Makefile
blob
935853d5fae29a5a55624b6864b57b07959ccfca
1
PROJECTS
=
main sandbox
2
MAKEFILES
=$(
patsubst
%,
src
/%/
Makefile
, $(
PROJECTS
))
3
4
all
: $(
PROJECTS
)
5
6
$(
PROJECTS
):
7
$(
MAKE
) -
C src
/$
@
8
9
clean
:
10
$(
MAKE
) -
C src
/
main
clean
11
$(
MAKE
) -
C src
/
sandbox
clean