From 16fbd100f69aef64398d8c6223412d0eb5a1ee0b Mon Sep 17 00:00:00 2001 From: Scott Alfter Date: Mon, 6 May 2024 21:08:16 -0700 Subject: [PATCH] add programming section to makefile --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index c348058..73ee082 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,10 @@ PPZSUM=ppzsum all: tester.hex +program: tester.hex + minipro -p SST39SF040@PLCC32 -E + minipro -p SST39SF040@PLCC32 -w tester.hex + tester.hex: tester_INIT.bin $(APPMAKE) +hex --org 0 -b tester_INIT.bin -o tester.hex # $(PPZSUM) -ii /dev/null