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