eliminate texrels (wip)

This commit is contained in:
notaz 2017-08-06 02:03:35 +03:00
parent bc38f4d24f
commit ea38612fad
16 changed files with 268 additions and 198 deletions

View file

@ -1,6 +1,6 @@
CFLAGS = -Wall -ggdb
TARGETS = amalgamate textfilter
TARGETS = amalgamate textfilter mkoffsets
OBJS = $(addsuffix .o,$(TARGETS))
all: $(TARGETS)
@ -8,3 +8,6 @@ all: $(TARGETS)
clean:
$(RM) $(TARGETS) $(OBJS)
mkoffsets: CFLAGS += -m32 -I..
.PHONY: clean all