mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-04-30 18:09:31 +02:00
substituted tool to obtain target structure offsets (for asm)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user