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:
a785090
)
Commit
406473da4e5ec7cd9fa9377f44b6e0bedf9afbb0
author
Maximilian
<max.federle@googlemail.com>
Wed, 12 Feb 2014 00:52:36 +0000
(
01:52
+0100)
committer
Maximilian
<max.federle@googlemail.com>
Wed, 12 Feb 2014 00:52:36 +0000
(
01:52
+0100)
simavr/Makefile
patch
|
blob
|
history
|
download
diff --git
a/simavr/Makefile
b/simavr/Makefile
index 080651c1d79a6c0fce7c0fc702abdafede89f1b6..aebc070dde51c8c5cdb4e9d41379f9a0e66aeac7 100644
(file)
--- a/
simavr/Makefile
+++ b/
simavr/Makefile
@@
-30,7
+30,9
@@
CFLAGS += -Werror
# it otherwise eat quite a bit of few cycles, even disabled
#CFLAGS += -DCONFIG_SIMAVR_TRACE=1
-all: obj config libsimavr ${target}
+all:
+ $(MAKE) obj config
+ $(MAKE) libsimavr ${target}
include ../Makefile.common