diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
