From 3ff18539e31412da132aa54ef0d011612c4f32c3 Mon Sep 17 00:00:00 2001 From: kub Date: Sat, 11 Jul 2020 23:54:30 +0200 Subject: [PATCH] core, keep offsets header from being build if no preprocessed asm files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 346c07af..5d31fd42 100644 --- a/Makefile +++ b/Makefile @@ -226,7 +226,7 @@ LDFLAGS += -Wl,-Map=$(TARGET).map endif endif -target_: pico/pico_int_offs.h $(TARGET) +target_: $(TARGET) clean: $(RM) $(TARGET) $(OBJS) pico/pico_int_offs.h