eliminate texrels (wip)

This commit is contained in:
notaz
2017-08-06 02:03:35 +03:00
committed by twinaphex
parent d3bbc8d2cb
commit d01fa2044c
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