glibc: update to latest 2.27 commit
[openwrt/.git] / package / network / ipv6 / 464xlat / src / Makefile
1 all: 464xlatcfg
2
3 464xlatcfg: 464xlatcfg.c
4         $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $<
5
6 clean:
7         rm -f 464xlatcfg
8