You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package/utils/otrx/src/Makefile

8 lines
73 B
Makefile

all: otrx
otrx:
$(CC) $(CFLAGS) -o $@ otrx.c -Wall
clean:
rm -f otrx