Date:2012-09-14 10:34:30 (11 years 6 months ago)
Author:Werner Almesberger
Commit:80a2bf3796c1b687bdd7ec8451e3982153ac3cd7
Message:tools/libtxt/Makefile: add "ben" target for cross-compilation

Files: tools/libtxt/Makefile (1 diff)

Change Details

tools/libtxt/Makefile
1818
1919OBJS = edit.o font.o
2020
21.PHONY: all clean spotless
21.PHONY: all ben clean spotless
2222
2323all: $(LIB)
2424
25ben:
26        $(MAKE) CC=mipsel-openwrt-linux-gcc
27
2528$(LIB): $(OBJS)
2629        $(AR) cr $@ $^
2730

Archive Download the corresponding diff file

Branches:
master
tornado-v1



interactive