forked from mirror/openwrt
8 lines
106 B
Makefile
8 lines
106 B
Makefile
all: 464xlatcfg
|
|
|
|
464xlatcfg: 464xlatcfg.c
|
|
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $<
|
|
|
|
clean:
|
|
rm -f 464xlatcfg
|
|
|