From c798ab3e78d4ca857c9aa6dc283176df1769becd Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Fri, 3 Nov 2023 10:53:34 -0600 Subject: moved ATTINY and MODEL_NUMBER into $target/arch and $target/model, and updated other scripts and files accordingly --- bin/build-tiny85.sh | 4 ---- 1 file changed, 4 deletions(-) delete mode 100755 bin/build-tiny85.sh (limited to 'bin/build-tiny85.sh') diff --git a/bin/build-tiny85.sh b/bin/build-tiny85.sh deleted file mode 100755 index 6ee8397..0000000 --- a/bin/build-tiny85.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - -BASEDIR=$(dirname "$0") -$BASEDIR/build.sh 85 $* -- cgit v1.2.3