repo.or.cz
/
sdcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* support/regression/tests/wchar.c.in: bugfix
[sdcc.git]
/
sdcc
/
sim
/
ucsim
/
src
/
sims
/
avr.src
/
conf.mk
blob
3e77898c5b36fc1e28bcff452fcafb67295fc441
1
# avr.src/conf.mk
2
#
3
# Makefile targets to remake configuration
4
#
5
6
freshconf
:
Makefile
7
8
Makefile
: $(
srcdir
)/
Makefile.in
$(
top_srcdir
)/
configure.ac
9
cd
$(
top_builddir
) && $(
SHELL
)
.
/
config.status
10
11
# End of avr.src/conf.mk