update examples to use tinibios
[fw/sdcc] / device / examples / ds390 / hello390 / Makefile
index 73cb15ae1440505744ae8f54e47150b5d5d457ad..e165af46e3a8d902cca5f3a474bd49ab98848b03 100644 (file)
@@ -1,10 +1,9 @@
-hello390.hex: hello390.ihx
-       packihx hello390.ihx >hello390.hex
-
-hello390.ihx: hello390.c
+hello390.hex: hello390.c
        sdcc -mds390 --model-flat24 --stack-10bit \
                --xram-loc 0x100080 --code-loc 0x10000 \
                -Wl-r hello390.c
+       packihx hello390.ihx >hello390.hex
+       #tinitalk -c execute hello390.hex
 
 clean:
        rm -f *~ \#* *.asm *.cdb *.rel *.hex *.ihx *.lst *.map *.rst *.sym *.lnk