mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-06 11:09:31 +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
|
|
|