mirror of
https://github.com/adulau/ootp.git
synced 2024-11-21 17:47:10 +00:00
13 lines
229 B
Makefile
13 lines
229 B
Makefile
# $Id: Makefile 13 2009-11-26 16:37:03Z maf $
|
|
|
|
INSTALL=install -c -m0644
|
|
|
|
IMGS = HOTPC.IMG SPYRUSP.IMG
|
|
|
|
FWDIR=/usr/local/ootp/firmware
|
|
|
|
install:
|
|
mkdir -p ${FWDIR}
|
|
${INSTALL} ${IMGS} ${FWDIR}
|
|
@echo files installed in ${FWDIR}
|
|
|