mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-05 02:29:28 +00:00
9 lines
106 B
Makefile
9 lines
106 B
Makefile
|
all: 464xlatcfg
|
||
|
|
||
|
464xlatcfg: 464xlatcfg.c
|
||
|
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $<
|
||
|
|
||
|
clean:
|
||
|
rm -f 464xlatcfg
|
||
|
|