substituted tool to obtain target structure offsets (for asm)

This commit is contained in:
kub 2019-03-22 20:17:08 +01:00
parent 2fa02d5a63
commit 122afd9d37
4 changed files with 89 additions and 37 deletions

View file

@ -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