mirror of
git://projects.qi-hardware.com/antorcha.git
synced 2024-11-01 03:25:29 +02:00
tools/libtxt/Makefile: add "ben" target for cross-compilation
This commit is contained in:
parent
8d967a0480
commit
80a2bf3796
@ -18,10 +18,13 @@ CFLAGS = -g -Wall -D_GNU_SOURCE
|
||||
|
||||
OBJS = edit.o font.o
|
||||
|
||||
.PHONY: all clean spotless
|
||||
.PHONY: all ben clean spotless
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
ben:
|
||||
$(MAKE) CC=mipsel-openwrt-linux-gcc
|
||||
|
||||
$(LIB): $(OBJS)
|
||||
$(AR) cr $@ $^
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user