repo.or.cz
/
meinos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
shell: basic functions works (not stable yet)
[meinos.git]
/
apps
/
sh
/
Makefile
blob
ef74765a8a516a939374bec2c63e38aeffffbb4f
1
-
include
..
/
..
/
Makefile.config
2
3
all
:
4
$(
APPS_CC
) -
o sh
*
.c
-
lreadline
5
$(
APPS_STRIP
)
sh
6
cp sh ..
/
..
/
files
/
bin
7
8
debug
:
9
$(
APPS_CC
) -
o sh
*
.c
-
lreadline
10
$(
APPS_OBJDUMP
) -
d
-
S sh
>
sh.objdump
11
12
clean
:
13
rm
sh