mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-04 23:07:46 -04:00
core, keep offsets header from being build if no preprocessed asm files
This commit is contained in:
parent
93c08696d7
commit
18538b2ce8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -211,7 +211,7 @@ LDFLAGS += -Wl,-Map=$(TARGET).map
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
target_: pico/pico_int_offs.h $(TARGET)
|
target_: $(TARGET)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) $(TARGET) $(OBJS) pico/pico_int_offs.h
|
$(RM) $(TARGET) $(OBJS) pico/pico_int_offs.h
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue