scripts/portable_date.sh: fix parsing of date strings on non-GNU systems
[openwrt-github/.git] / package / network / ipv6 / 6rd / src / Makefile
1 all: 6rdcalc
2
3 6rdcalc: 6rdcalc.c
4         $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $<
5
6 clean:
7         rm -f 6rdcalc