Sign in
apache
/
mynewt-documentation
/
94c47ae2bc67c54a68d227abbb47c27ae97cc232
/
.
/
versions
/
v1_4_0
/
mynewt-newt
/
Makefile
blob: b3663f23f20ee6fce521c47966beffc80eac7d4f [
file
] [
log
] [
blame
]
# Use for building deb package. Needed by dpkg-buildpackage.
BIN
=
$
(
DESTDIR
)/
usr
/
bin
TARGET
=
newt
build
:
./
build
.
sh
install
:
install
-
d $
(
BIN
)
install $
(
TARGET
)/
$
(
TARGET
)
$
(
BIN
)
rm
-
f $
(
TARGET
)/
$
(
TARGET
)