Skip to content

Commit a31a793

Browse files
committed
rename file in build.sh also
1 parent 83f802e commit a31a793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
if [ x"${COMPILER}" = "xgcc" ] ; then
44
export CC="ia16-elf-gcc"
55
export CFLAGS="-mtsr -Wall -fpack-struct -mcmodel=tiny -c -Os -o"
6-
export EXTRA_OBJS="gcc_help.obj"
6+
export EXTRA_OBJS="amishelp.obj"
77
export LD="ia16-elf-gcc"
88
export LDFLAGS="-mtsr share.obj \${EXTRA_OBJS} -o share.com -li86 -Wl,-Map=share.map"
99

0 commit comments

Comments
 (0)