diff options
author | Keith Packard <keithp@keithp.com> | 2009-05-27 21:53:15 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-05-27 21:53:15 -0700 |
commit | 8a9a3f02b951382573ff74dd6ce5a1c0f335fa86 (patch) | |
tree | ba5a54a3e61a026a7a585091562225e7153436b6 /Makefile.am | |
parent | 837c620f07b63efc171be3ac14c78bc99adf7592 (diff) |
Add aoload to load serial-numbered altos binaries.
aoload is a custom version of ccload which edits the data before sending it
to the target machine, writing the target serial number into the data.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ee3d2924..86f2fad5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1 @@ -SUBDIRS=lib ccload s51 ccmanual ccdump +SUBDIRS=lib ccload s51 ccmanual ccdump aoload |