From 09d34f7b62f0bbf49b8c946b23c29cc51e7d67f9 Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Sun, 24 May 2026 17:00:30 -0400 Subject: move `teensy/platform` -> `platform/` --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c90d370..eadb7b0 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,8 @@ include config.mk Q?=@ SRC=$(wildcard **/*.c) -SRC+=$(wildcard teensy/platform/${PLATFORM}/**/*.c) -SRC+=$(wildcard teensy/platform/${PLATFORM}/*.c) +SRC+=$(wildcard platform/${PLATFORM}/**/*.c) +SRC+=$(wildcard platform/${PLATFORM}/*.c) OBJ=$(SRC:%.c=.obj/%.o) .PHONY: all echo run clean full-clean -- cgit v1.3-2-g0d8e