aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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