1
0
Fork 0
forked from mirror/openwrt
openwrt/package/network/ipv6/464xlat/src/Makefile
Hans Dedecker 633cac0cb4 464xlat: import from routing, add myself as maintainer
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2019-01-27 18:39:18 +01:00

8 lines
106 B
Makefile

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