1
0
mirror of https://git.openwrt.org/feed/routing.git synced 2024-06-17 20:54:02 +02:00
openwrt-routing/nat46/src/Makefile
Steven Barth 3ed7001954 nat46: initial 464xlat support
Signed-off-by: Steven Barth <steven@midlink.org>
2015-03-31 16:47:54 +02:00

9 lines
106 B
Makefile

all: 464xlatcfg
464xlatcfg: 464xlatcfg.c
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $<
clean:
rm -f 464xlatcfg