Git - code.swisschili.sh
code.swisschili.sh
/
bluejay
/
0fc3f26c14e9a24896246d81e2b51b176c968d8b
/
.
/
src
/
mkinitrd
/
Jmk
blob: fa8acc2c8d22f469f761107111b4af42e6b6f35f [
file
] [
log
] [
blame
]
swissChili
2b5acc8
2021-03-13 17:06:42 -0800
[
diff
] [
blame
]
1
init
(
mkinitrd
)
2
3
preset
(
optimize
)
4
preset
(
warn
)
5
6
archetype
(
c
)
7
8
OBJECTS
=
main
.
o
9
10
phony
(
install
)
11
install
:
mkinitrd
12
cp $
<
$
(
ROOT
)/
bin
13
14
type
(
executable
)
15
16
finish