mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-29 10:08:59 +00:00
405e21d167
SVN-Revision: 33688
8 lines
93 B
Makefile
8 lines
93 B
Makefile
all: 6rdcalc
|
|
|
|
6rdcalc: 6rdcalc.c
|
|
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $<
|
|
|
|
clean:
|
|
rm -f 6rdcalc
|