mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
substituted tool to obtain target structure offsets (for asm)
This commit is contained in:
parent
2fa02d5a63
commit
122afd9d37
4 changed files with 89 additions and 37 deletions
|
@ -1,13 +1,10 @@
|
|||
CFLAGS = -Wall -ggdb
|
||||
|
||||
TARGETS = amalgamate textfilter mkoffsets
|
||||
TARGETS = amalgamate textfilter
|
||||
OBJS = $(addsuffix .o,$(TARGETS))
|
||||
|
||||
all: $(TARGETS)
|
||||
CC="$(XCC)" CFLAGS="$(XCFLAGS)" ./mkoffsets.sh ../pico
|
||||
|
||||
clean:
|
||||
$(RM) $(TARGETS) $(OBJS)
|
||||
|
||||
mkoffsets: CFLAGS += -m32 -I..
|
||||
|
||||
.PHONY: clean all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue