diff options
author | Andreas Auras <yak54@inkennet.de> | 2011-09-25 01:02:54 +0200 |
---|---|---|
committer | Andreas Auras <yak54@inkennet.de> | 2011-09-25 01:02:54 +0200 |
commit | 5d2684d2a77ef457197c146f1406a406ff9b5ea3 (patch) | |
tree | 4bdf921fb454ad3b520c01474ae73a32970017e1 /Makefile | |
parent | e13185dcc397297442e815cb4372537c86e89afa (diff) | |
download | df10ch-atmolight-controller-5d2684d2a77ef457197c146f1406a406ff9b5ea3.tar.gz df10ch-atmolight-controller-5d2684d2a77ef457197c146f1406a406ff9b5ea3.tar.bz2 |
Some more enhancements to distribution
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,7 +31,9 @@ dist: clean firmware mkdir -p dist mkdir -p build/firmware python setup.py sdist + cp usb_boot/df10ch_usb_boot.hex build/firmware/df10ch_usb_boot.hex cp usb_appl/df10ch_usb_appl.dff build/firmware/df10ch_usb_appl.dff + cp pwm_boot/df10ch_pwm_boot.hex build/firmware/df10ch_pwm_boot.hex cp pwm_appl/df10ch_pwm_appl.dff build/firmware/df10ch_pwm_appl.dff tar -C build -cvzf dist/df10ch_firmware.tar.gz firmware |