Commit e1a3eff4 authored by Krzysztof Klis's avatar Krzysztof Klis

Makefile updated to linux openwrt toolchain

parent a79c5440
all:
gcc -O2 -s -o proxy proxy.c
mips:
mipsel-uclibc-gcc -O2 -s -o proxy proxy.c
mipsel-linux-uclibc-gcc -O2 -s -o proxy proxy.c
clean:
rm -rf proxy proxy.exe
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment