This repository has been archived on 2025-02-01. You can view files and clone it, but cannot push or open issues or pull requests.
tmk_keyboard/converter/ibm4704_usb/update_bin.sh
2017-04-27 00:08:32 +09:00

20 lines
601 B
Bash

#!/bin/sh
make -f Makefile.unimap.rev1 clean
make -f Makefile.unimap.rev2 clean
make -f Makefile.unimap.alps.rev1 clean
make -f Makefile.unimap.alps.rev2 clean
make -f Makefile.unimap.rev1
make -f Makefile.unimap.rev2
make -f Makefile.unimap.alps.rev1
make -f Makefile.unimap.alps.rev2
cp ibm4704_usb_rev1_unimap.hex binary
cp ibm4704_usb_rev2_unimap.hex binary
cp ibm4704_usb_rev1_alps_unimap.hex binary
cp ibm4704_usb_rev2_alps_unimap.hex binary
make -f Makefile.unimap.rev1 clean
make -f Makefile.unimap.rev2 clean
make -f Makefile.unimap.alps.rev1 clean
make -f Makefile.unimap.alps.rev2 clean