diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-04-21 14:21:18 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-04-21 14:21:18 -0400 |
| commit | 69ba2047139cb9a72b3398adfd550df36696dd06 (patch) | |
| tree | 66223d6d08408fb1326475e53ff683b2721a76a2 /hw/Makefile | |
| parent | 5e380fac2ced4261f7672aab1b3a94f2c503df4f (diff) | |
| download | can-gauge-interface-69ba2047139cb9a72b3398adfd550df36696dd06.zip | |
hw: add American Embedded build scriptstm32
Diffstat (limited to 'hw/Makefile')
| -rw-r--r-- | hw/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/Makefile b/hw/Makefile new file mode 100644 index 0000000..1f952c5 --- /dev/null +++ b/hw/Makefile @@ -0,0 +1,2 @@ +all: + ./build.py |