projects
/
sx
/
simavr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
regExp
home
|
summary
|
tags
|
heads
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
raw
|
patch
| inline |
side by side
(parent:
55313d8
)
Commit
492b921e501d189b42d77885f02b24a75b0871a2
author
Michel Pollet
<buserror@gmail.com>
Sat, 25 Feb 2012 10:06:34 +0000
(10:06 +0000)
committer
Michel Pollet
<buserror@gmail.com>
Sat, 25 Feb 2012 10:18:13 +0000
(10:18 +0000)
Was lacking dependencies
Signed-off-by: Michel Pollet <buserror@gmail.com>
Makefile
patch
|
blob
|
history
|
download
diff --git
a/Makefile
b/Makefile
index 75fd39c81e62e7034fc00945423d03b21b447920..df054e31b79fc01df2aa1c1ec148332622726546 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,11
+1,14
@@
-all: make-simavr make-tests
+all: make-simavr make-tests
make-examples
make-simavr:
- make -C simavr
&& make -C examples
+ make -C simavr
-make-tests:
+make-tests:
make-simavr
make -C tests
+make-examples: make-simavr
+ make -C examples
+
clean:
make -C simavr clean
make -C tests clean