diff --git a/samplecode/fram/make.sh b/samplecode/fram/make.sh index 4eb3d1b..06ead9a 100755 --- a/samplecode/fram/make.sh +++ b/samplecode/fram/make.sh @@ -11,4 +11,4 @@ fi ${CROSS_COMPILE}gcc -o write write.c -${CROSS_COMPILE}gcc -o read write.c +${CROSS_COMPILE}gcc -o read read.c