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
struct / union in initializer, RFE #901.
[sdcc.git]
/
sdcc
/
device
/
lib
/
medium
/
Makefile.in
blob
2ab3b9d119f05e93505d3fbde9a2369b3016a4ef
1
# libc/medium Makefile
2
3
all
:
4
$(
MAKE
) -
C ..
/
mcs51
all
5
cp ..
/
mcs51
/*
.rel .
6
touch dummy.rel
7
8
clean
:
9
rm
-
f
*
.rel
*
.sym
*
.lst
*
.asm
*
~
*
.lib
10
11
distclean
:
clean
12
rm
-
f Makefile