diff --git a/Makefile b/Makefile index 497a58a0..466e5d3d 100644 --- a/Makefile +++ b/Makefile @@ -211,7 +211,7 @@ LDFLAGS += -Wl,-Map=$(TARGET).map endif -target_: pico/pico_int_offs.h $(TARGET) +target_: $(TARGET) clean: $(RM) $(TARGET) $(OBJS) pico/pico_int_offs.h